Package ch.tocco.nice2.toolbox.api.lang
Class Tuple2<A,B>
java.lang.Object
ch.tocco.nice2.toolbox.api.lang.Tuple2<A,B>
- All Implemented Interfaces:
Map.Entry<A,
B>
-
Field Details
-
_1
-
_2
-
-
Constructor Details
-
Tuple2
-
-
Method Details
-
of
-
getKey
-
requireKey
-
getValue
-
requireValue
-
hasValue
public boolean hasValue() -
setValue
-
withValue
-
withValue
-
toMap
-
equals
-
hashCode
public int hashCode() -
toString
-