Class RawRowElement

  • All Implemented Interfaces:
    java.lang.Comparable

    final class RawRowElement
    extends java.lang.Object
    implements java.lang.Comparable
    A container class to hold each row of a list of tables. table_elems is a reference to the merged set the 'row_index' is in. row_index is the row index of the row this element refers to.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] row_vals  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawRowElement()  
    • 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
    • Field Detail

      • row_vals

        int[] row_vals
    • Constructor Detail

      • RawRowElement

        RawRowElement()
    • Method Detail

      • compareTo

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