Uses of Interface
org.omnaest.utils.tuple.Tuple

Packages that use Tuple
org.omnaest.utils.structure.map   
org.omnaest.utils.tuple   
 

Uses of Tuple in org.omnaest.utils.structure.map
 

Classes in org.omnaest.utils.structure.map that implement Tuple
static class MapDelta.Values<V>
          Holds the value of the first and second map
static class MapJoiner.JoinedValue<V1,V2>
          Similar to MapJoiner.JoinedValue special for a Map join result containing both values for a shared key
 

Uses of Tuple in org.omnaest.utils.tuple
 

Classes in org.omnaest.utils.tuple that implement Tuple
 class KeyValue<K,V>
          Two arguments Tuple supporting KeyValue.hashCode(), KeyValue.equals(Object) and KeyValue.toString() using the values of the given elements.
 class Tuple2<T1,T2>
          Two arguments Tuple supporting Tuple2.hashCode(), Tuple2.equals(Object) and Tuple2.toString() using the values of the given elements.
 class Tuple3<T1,T2,T3>
          Container Tuple holding three data instances.
 class TupleThree<T1,T2,T3>
          Deprecated. use Tuple3 instead
 class TupleTwo<T1,T2>
          Deprecated. use Tuple2 instead
 



Copyright © 2013. All Rights Reserved.