Uses of Class
org.icepdf.ri.util.ImmutablePair
-
Packages that use ImmutablePair Package Description org.icepdf.ri.util -
-
Uses of ImmutablePair in org.icepdf.ri.util
Methods in org.icepdf.ri.util that return ImmutablePair Modifier and Type Method Description static <L,R>
ImmutablePair<L,R>ImmutablePair. of(L left, R right)Obtains an immutable pair of from two objects inferring the generic types.
-