Package com.mckoi.database
Class RawRowElement
- java.lang.Object
-
- com.mckoi.database.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)
-