Package tk.booky.jdahelper.api.utils
Class Pair<K,V>
- java.lang.Object
-
- tk.booky.jdahelper.api.utils.Pair<K,V>
-
public class Pair<K,V> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetValue()voidsetKey(K key)voidsetValue(V value)
-