Uses of Class
com.networknt.jsonoverlay.ImmutablePair
-
Packages that use ImmutablePair Package Description com.networknt.jsonoverlay -
-
Uses of ImmutablePair in com.networknt.jsonoverlay
Methods in com.networknt.jsonoverlay 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 from two objects inferring the generic types.
-