public class Pair<T,U> extends Object
Pair(T value1, U value2)
T
getFirst()
U
getSecond()
void
setFirst(T value1)
setSecond(U value2)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T value1, U value2)
public T getFirst()
public U getSecond()
public void setFirst(T value1)
public void setSecond(U value2)
Copyright 2004-2019 Solace Corporation. All rights reserved.