Interface StringData

    • Method Detail

      • emptyCopy

        StringData emptyCopy​(int rowSize)
      • sortAscending

        void sortAscending()
      • sortDescending

        void sortDescending()
      • clear

        void clear()
      • contains

        boolean contains​(String aString)
      • rowComparator

        it.unimi.dsi.fastutil.ints.IntComparator rowComparator()
      • asBytes

        byte[] asBytes​(int rowNumber)
      • asObjectArray

        String[] asObjectArray()
      • isEmpty

        boolean isEmpty()
      • isMissing

        boolean isMissing​(int rowNumber)
      • countUnique

        int countUnique()
      • countMissing

        int countMissing()
      • countByCategory

        Table countByCategory​(String columnName)
      • getDouble

        double getDouble​(int i)
      • asDoubleArray

        double[] asDoubleArray()
      • firstIndexOf

        int firstIndexOf​(String value)
      • countOccurrences

        int countOccurrences​(String value)
      • subset

        default StringData subset​(int[] rows)
        Return a StringData of the same type containing just those elements whose indexes are included in the given array