org.omnaest.utils.structure.map
Class MapDelta.Values<V>

java.lang.Object
  extended by org.omnaest.utils.tuple.Tuple2<V,V>
      extended by org.omnaest.utils.structure.map.MapDelta.Values<V>
Type Parameters:
V -
All Implemented Interfaces:
Serializable, Tuple
Enclosing class:
MapDelta<K,V>

public static class MapDelta.Values<V>
extends Tuple2<V,V>

Holds the value of the first and second map

Author:
Omnaest
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omnaest.utils.tuple.Tuple2
valueFirst, valueSecond
 
Constructor Summary
MapDelta.Values(V valueFirst, V 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

MapDelta.Values

public MapDelta.Values(V valueFirst,
                       V valueSecond)


Copyright © 2013. All Rights Reserved.