Uses of Class
org.eclipse.collections.impl.tuple.PairImpl
-
Packages that use PairImpl Package Description org.eclipse.collections.impl.tuple -
-
Uses of PairImpl in org.eclipse.collections.impl.tuple
Subclasses of PairImpl in org.eclipse.collections.impl.tuple Modifier and Type Class Description (package private) class
TwinImpl<T>
A TwinImpl is a PairImpl that has the same type for both items.Methods in org.eclipse.collections.impl.tuple that return PairImpl Modifier and Type Method Description PairImpl<T2,T1>
PairImpl. swap()
-