Class PairImpl<T1,T2>
java.lang.Object
org.eclipse.collections.impl.tuple.PairImpl<T1,T2>
- All Implemented Interfaces:
Serializable, Comparable<Pair<T1,T2>>, Pair<T1, T2>
- Direct Known Subclasses:
TwinImpl
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
-
-
Constructor Details
-
PairImpl
-
-
Method Details
-
getOne
-
getTwo
-
put
-
swap
-
equals
-
hashCode
-
toString
-
toEntry
-
compareTo
-