Uses of Class
org.apache.commons.lang3.tuple.MutableTriple
Packages that use MutableTriple
Package
Description
Tuple classes, starting with a Pair class in version 3.0.
-
Uses of MutableTriple in org.apache.commons.lang3.tuple
Methods in org.apache.commons.lang3.tuple that return MutableTripleModifier and TypeMethodDescriptionstatic <L,
M, R> MutableTriple<L, M, R> MutableTriple.of
(L left, M middle, R right) Obtains a mutable triple of three objects inferring the generic types.