Uses of Package
org.apache.commons.lang3.tuple
-
Packages that use org.apache.commons.lang3.tuple Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods.org.apache.commons.lang3.exception Provides functionality for Exceptions.org.apache.commons.lang3.tuple Tuple classes, starting with a Pair class in version 3.0. -
Classes in org.apache.commons.lang3.tuple used by org.apache.commons.lang3.builder Class Description Pair A pair consisting of two elements. -
Classes in org.apache.commons.lang3.tuple used by org.apache.commons.lang3.exception Class Description Pair A pair consisting of two elements. -
Classes in org.apache.commons.lang3.tuple used by org.apache.commons.lang3.tuple Class Description ImmutablePair An immutable pair consisting of twoObject
elements.ImmutableTriple An immutable triple consisting of threeObject
elements.MutablePair A mutable pair consisting of twoObject
elements.MutableTriple A mutable triple consisting of threeObject
elements.Pair A pair consisting of two elements.Triple A triple consisting of three elements.