public class Pair<T,U> extends Object
Pair()
Pair(T key, U value)
T
getKey()
U
getValue()
void
setKey(T key)
setValue(U value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(T key, U value)
public T getKey()
public void setKey(T key)
public U getValue()
public void setValue(U value)
Copyright © 2025. All rights reserved.