Class TwinImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.PairImpl<T,T>
-
- org.eclipse.collections.impl.tuple.TwinImpl<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TwinImpl<T>
swap()
Method used to swap the elements of pair.-
Methods inherited from class org.eclipse.collections.impl.tuple.PairImpl
compareTo, equals, getOne, getTwo, hashCode, put, toEntry, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-