Interface ObjectTupleVector.ValueProvider

Enclosing class:
ObjectTupleVector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ObjectTupleVector.ValueProvider
Value provider for tuple vector
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(int row, int col)
     
  • Method Details

    • getValue

      Object getValue(int row, int col)