Uses of Package
org.apache.commons.lang3.tuple
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.
-
-
-
ClassDescriptionAn immutable pair consisting of two
Object
elements.An immutable triple consisting of threeObject
elements.A mutable pair consisting of twoObject
elements.A mutable triple consisting of threeObject
elements.A pair consisting of two elements.A triple consisting of three elements.