Class ArrayTable.Constant

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ordinal  
    • Constructor Summary

      Constructors 
      Constructor Description
      Constant​(int ordinal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object freeze​(ColumnLoader.ValueSet valueSet, int[] sources)
      Converts a value set into a compact representation.
      int getInt​(java.lang.Object dataSet, int ordinal)  
      java.lang.Object getObject​(java.lang.Object dataSet, int ordinal)  
      ArrayTable.RepresentationType getType()
      Returns the representation type.
      java.lang.Object permute​(java.lang.Object dataSet, int[] sources)
      Creates a data set that is the same as a given data set but re-ordered.
      int size​(java.lang.Object dataSet)
      Returns the number of elements in a data set.
      java.lang.String toString()  
      java.lang.String toString​(java.lang.Object dataSet)
      Converts a data set to a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait