Uses of Interface
org.eclipse.collections.api.tuple.Triple
Packages that use Triple
Package
Description
-
Uses of Triple in org.eclipse.collections.api.tuple
Subinterfaces of Triple in org.eclipse.collections.api.tupleMethods in org.eclipse.collections.api.tuple that return Triple -
Uses of Triple in org.eclipse.collections.impl.tuple
Classes in org.eclipse.collections.impl.tuple that implement TripleModifier and TypeClassDescription(package private) class
TripleImpl<T1,
T2, T3> (package private) class
TripletImpl<T>
Methods in org.eclipse.collections.impl.tuple that return TripleModifier and TypeMethodDescriptionstatic <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 TripleModifier and TypeMethodDescriptionint
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)