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