Interface Row

All Known Implementing Classes:
RowBuffer

public interface Row
Represents a parsed input row backed by character slices.
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
     
     
    int
    end()
     
    int
     
    boolean
     
    boolean
    isSet(int fieldIndex)
     
    keyOf(int[] positions)
     
    int
    length(int fieldIndex)
     
    int
    start(int fieldIndex)
     
  • Method Details

    • fieldCount

      int fieldCount()
    • isEmpty

      boolean isEmpty()
    • isSet

      boolean isSet(int fieldIndex)
    • chars

      char[] chars()
    • end

      int end()
    • start

      int start(int fieldIndex)
    • length

      int length(int fieldIndex)
    • keyOf

      RowKey keyOf(int[] positions)
    • copy

      Row copy()