Uses of Class
org.apache.commons.lang3.tuple.Triple
Packages that use Triple
Package
Description
Tuple classes, starting with a Pair class in version 3.0.
-
Uses of Triple in org.apache.commons.lang3.tuple
Subclasses of Triple in org.apache.commons.lang3.tupleModifier and TypeClassDescriptionfinal class
ImmutableTriple<L,
M, R> An immutable triple consisting of threeObject
elements.class
MutableTriple<L,
M, R> A mutable triple consisting of threeObject
elements.Methods in org.apache.commons.lang3.tuple that return TripleModifier and TypeMethodDescriptionstatic <L,
M, R> Triple<L, M, R> Triple.of
(L left, M middle, R right) Obtains an immutable triple of three objects inferring the generic types.Methods in org.apache.commons.lang3.tuple with parameters of type Triple