Package tools.refinery.store.tuple
Class Tuple1
java.lang.Object
tools.refinery.store.tuple.Tuple1
- All Implemented Interfaces:
Comparable<Tuple>
,Tuple
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This class uses safe double-checked locking, see Safe Publication and Safe Initialization in Java for details. -
Method Summary
-
Method Details
-
value0
public int value0() -
getSize
public int getSize() -
get
public int get(int element) -
set
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Tuple>
- Specified by:
compareTo
in interfaceTuple
-