Interface ColumnAbstraction<E>

    • Method Detail

      • getAllGEQThreshold

        java.util.Collection<E> getAllGEQThreshold()
      • getAllLessThanThreshold

        java.util.Collection<E> getAllLessThanThreshold()
      • getColumn

        double[] getColumn()
      • getThreshold

        double getThreshold()
      • getValue

        double getValue​(E index)
      • getValue

        double getValue​(int index)
      • holds

        boolean holds​(E index)
      • holds

        boolean holds​(int index)