org.omnaest.utils.structure.map
Class MapJoiner.JoinedValue<V1,V2>

java.lang.Object
  extended by org.omnaest.utils.tuple.Tuple2<V1,V2>
      extended by org.omnaest.utils.structure.map.MapJoiner.JoinedValue<V1,V2>
All Implemented Interfaces:
Serializable, Tuple
Enclosing class:
MapJoiner

public static class MapJoiner.JoinedValue<V1,V2>
extends Tuple2<V1,V2>

Similar to MapJoiner.JoinedValue special for a Map join result containing both values for a shared key

Author:
Omnaest
See Also:
MapJoiner.JoinedValue, Serialized Form

Field Summary
 
Fields inherited from class org.omnaest.utils.tuple.Tuple2
valueFirst, valueSecond
 
Constructor Summary
MapJoiner.JoinedValue()
           
MapJoiner.JoinedValue(Tuple2<V1,V2> tuple2)
           
MapJoiner.JoinedValue(V1 valueFirst, V2 valueSecond)
           
 
Method Summary
 
Methods inherited from class org.omnaest.utils.tuple.Tuple2
asMap, equals, getValueFirst, getValueSecond, hashCode, newInvertedInstance, setValueFirst, setValueSecond, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapJoiner.JoinedValue

public MapJoiner.JoinedValue()

MapJoiner.JoinedValue

public MapJoiner.JoinedValue(Tuple2<V1,V2> tuple2)

MapJoiner.JoinedValue

public MapJoiner.JoinedValue(V1 valueFirst,
                             V2 valueSecond)


Copyright © 2013. All Rights Reserved.