Package org.omnaest.utils.tuple

Interface Summary
Tuple A Tuple is the marker interface for generic wrapper classes holding arbitrary elements of different numbers.
 

Class Summary
KeyValue<K,V> Two arguments Tuple supporting KeyValue.hashCode(), KeyValue.equals(Object) and KeyValue.toString() using the values of the given elements.
Tuple2<T1,T2> Two arguments Tuple supporting Tuple2.hashCode(), Tuple2.equals(Object) and Tuple2.toString() using the values of the given elements.
Tuple3<T1,T2,T3> Container Tuple holding three data instances.
TupleThree<T1,T2,T3> Deprecated. use Tuple3 instead
TupleTwo<T1,T2> Deprecated. use Tuple2 instead
 



Copyright © 2013. All Rights Reserved.