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.ObjectDeprecated.in favour ofTuple2Class which represents a pair of key and value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description KgetKey()Deprecated.Gets key parameter.VgetValue()Deprecated.Gets value parameter.
-