Package app.babylon.table.io
Class RowKey
java.lang.Object
app.babylon.table.io.RowKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract charcharAt(int fieldIndex, int charIndex) abstract booleanabstract intprotected abstract intfieldLength(int fieldIndex) protected abstract intfieldStart(int fieldIndex) getString(int fieldIndex) abstract inthashCode()static RowKeystatic RowKeyof(CharSequence[] values, int[] positions) final StringtoString()
-
Constructor Details
-
RowKey
public RowKey()
-
-
Method Details
-
of
-
of
-
fieldCount
public abstract int fieldCount() -
fieldStart
protected abstract int fieldStart(int fieldIndex) -
fieldLength
protected abstract int fieldLength(int fieldIndex) -
charAt
protected abstract char charAt(int fieldIndex, int charIndex) -
hashCode
public abstract int hashCode() -
equals
-
getString
-
toString
-