Uses of Class
org.apache.commons.lang3.tuple.ImmutablePair
-
Packages that use ImmutablePair Package Description org.apache.commons.lang3.tuple Tuple classes, starting with a Pair class in version 3.0. -
-
Uses of ImmutablePair in org.apache.commons.lang3.tuple
Methods in org.apache.commons.lang3.tuple that return ImmutablePair Modifier and Type Method Description static <L,R>
ImmutablePair<L,R>ImmutablePair. nullPair()
Returns an immutable pair of nulls.static <L,R>
ImmutablePair<L,R>ImmutablePair. of(L left, R right)
Obtains an immutable pair of two objects inferring the generic types.
-