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