Package app.babylon.table.io
Interface Row
- All Superinterfaces:
CharSequence
- All Known Implementing Classes:
RowBuffer
Represents a parsed input row represented as a character slice.
-
Method Summary
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, toString
-
Method Details
-
size
int size() -
isEmpty
boolean isEmpty()- Specified by:
isEmptyin interfaceCharSequence
-
isSet
boolean isSet(int fieldIndex) -
start
int start(int fieldIndex) -
length
int length(int fieldIndex) -
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
keyOf
-
copy
Row copy()
-