K
- The type for the KeyV
- The type for the stored valuepublic class Tuple<K,V> extends Object
public K getKey()
public void setKey(K key)
key
- the key to setpublic V getValue()
public void setValue(V value)
value
- the value to setpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2012–2014 Apache Mavibot Project Parent. All rights reserved.