Interface Row

All Superinterfaces:
CharSequence
All Known Implementing Classes:
RowBuffer

public interface Row extends CharSequence
Represents a parsed input row represented as a character slice.
  • Method Details

    • size

      int size()
    • isEmpty

      boolean isEmpty()
      Specified by:
      isEmpty in interface CharSequence
    • isSet

      boolean isSet(int fieldIndex)
    • start

      int start(int fieldIndex)
    • length

      int length(int fieldIndex)
    • subSequence

      default CharSequence subSequence(int start, int end)
      Specified by:
      subSequence in interface CharSequence
    • keyOf

      RowKey keyOf(int[] fieldPositions)
    • copy

      Row copy()