Package com.itextpdf.commons.utils
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 public class Pair<K,V> extends java.lang.Object
Deprecated.in favour ofTuple2
Class which represents a pair of key and value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description K
getKey()
Deprecated.Gets key parameter.V
getValue()
Deprecated.Gets value parameter.
-