static class BaseManagedServiceFactory.Pair<U,V> extends java.lang.Object
private U
first
private V
second
Pair(U first, V second)
U
getFirst()
V
getSecond()
void
setFirst(U first)
setSecond(V second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private U first
private V second
public Pair(U first, V second)
public U getFirst()
public V getSecond()
public void setFirst(U first)
public void setSecond(V second)