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