public class Pair<K,V> extends java.lang.Object
Pair(K key, V value)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
Copyright © 2018 SAP SE. All Rights Reserved.