Class Pair<K,V>
java.lang.Object
com.itextpdf.commons.utils.Pair<K,V>
- Type Parameters:
K- key parameter type.V- value parameter type.
Deprecated.
Class which represents a pair of key and value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
Deprecated. -
value
Deprecated.
-
-
Constructor Details
-
Pair
-
-
Method Details
-
getKey
-
getValue
-
Tuple2