Uses of Class
org.apache.commons.lang3.tuple.Pair
Packages that use Pair
Package
Description
Assists in creating consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods.Provides functionality for Exceptions.
Tuple classes, starting with a Pair class in version 3.0.
-
Uses of Pair in org.apache.commons.lang3.builder
Subclasses of Pair in org.apache.commons.lang3.builder -
Uses of Pair in org.apache.commons.lang3.exception
Methods in org.apache.commons.lang3.exception that return types with arguments of type PairModifier and TypeMethodDescriptionContextedException.getContextEntries()Retrieves the full list of label-value pairs defined in the contextual data.ContextedRuntimeException.getContextEntries()Retrieves the full list of label-value pairs defined in the contextual data.DefaultExceptionContext.getContextEntries()Retrieves the full list of label-value pairs defined in the contextual data.ExceptionContext.getContextEntries()Retrieves the full list of label-value pairs defined in the contextual data. -
Uses of Pair in org.apache.commons.lang3.tuple
Subclasses of Pair in org.apache.commons.lang3.tupleModifier and TypeClassDescriptionfinal classImmutablePair<L,R> An immutable pair consisting of twoObjectelements.classMutablePair<L,R> A mutable pair consisting of twoObjectelements.Methods in org.apache.commons.lang3.tuple that return PairModifier and TypeMethodDescriptionstatic <L,R> Pair<L, R> Pair.of(L left, R right) Obtains an immutable pair of two objects inferring the generic types.Methods in org.apache.commons.lang3.tuple with parameters of type Pair