public class Pair<K,V> extends Object
Pair(K element0, V element1)
static <K,V> Pair<K,V>
createPair(K element0, V element1)
K
getKey()
V
getVal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(K element0, V element1)
public static <K,V> Pair<K,V> createPair(K element0, V element1)
public K getKey()
public V getVal()
Copyright © 2025. All rights reserved.