Uses of Interface
org.eclipse.collections.api.tuple.Triple
-
Packages that use Triple Package Description org.eclipse.collections.api.tuple org.eclipse.collections.impl.tuple -
-
Uses of Triple in org.eclipse.collections.api.tuple
Subinterfaces of Triple in org.eclipse.collections.api.tuple Modifier and Type Interface Description interface
Triplet<T>
Methods in org.eclipse.collections.api.tuple that return Triple Modifier and Type Method Description Triple<T3,T2,T1>
Triple. reverse()
-
Uses of Triple in org.eclipse.collections.impl.tuple
Classes in org.eclipse.collections.impl.tuple that implement Triple Modifier and Type Class Description (package private) class
TripleImpl<T1,T2,T3>
(package private) class
TripletImpl<T>
Methods in org.eclipse.collections.impl.tuple that return Triple Modifier and Type Method Description static <T1,T2,T3>
Triple<T1,T2,T3>Tuples. triple(T1 one, T2 two, T3 three)
Methods in org.eclipse.collections.impl.tuple with parameters of type Triple Modifier and Type Method Description int
TripleImpl. compareTo(Triple<T1,T2,T3> other)
static <T> FixedSizeList<T>
Tuples. tripleToFixedSizeList(Triple<T,T,T> triple)
static <T> ImmutableList<T>
Tuples. tripleToImmutableList(Triple<T,T,T> triple)
static <T> MutableList<T>
Tuples. tripleToList(Triple<T,T,T> triple)
-