public class Pair<K,V> extends Object implements Serializable
Pair(K key, V value)
K
getKey()
V
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(K key, V value)
public K getKey()
public V getValue()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.