Interface FlatRecord

  • All Known Implementing Classes:
    CsvLine

    public interface FlatRecord
    Author:
    G. Miceli
    • Method Detail

      • toStringArray

        String[] toStringArray()
      • getValue

        <T> T getValue​(int idx,
                       Class<T> type)
      • getValue

        <T> T getValue​(String name,
                       Class<T> type)
      • isMissing

        boolean isMissing​(int idx)
      • isMissing

        boolean isMissing​(String name)
      • isEmpty

        boolean isEmpty()
      • getValue

        <T> T getValue​(String string,
                       Class<T> type,
                       T object)