Class RawTableElement

  • All Implemented Interfaces:
    java.lang.Comparable

    final class RawTableElement
    extends java.lang.Object
    implements java.lang.Comparable
    A container class to hold the DataTable and IntegerVector row set of a given table in the list.
    • Constructor Summary

      Constructors 
      Constructor Description
      RawTableElement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RawTableElement

        RawTableElement()
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable