public class Tuple<K,V> extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Tuple()
Tuple(K first, V second)
K
getFirst()
V
getSecond()
void
setFirst(K first)
setSecond(V second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple()
public Tuple(K first, V second)
public K getFirst()
public void setFirst(K first)
public V getSecond()
public void setSecond(V second)
Copyright © 2018. All rights reserved.