Interface Record<F extends Field>
-
public interface Record<F extends Field>Specifies the configuration for a record.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the specified record index.Table<F>getTable()Returns the specified table which contains this record.java.lang.ObjectgetValue(F field)Returns the value of field.
-