public class Tuple<K,V> extends Object
V
end
K
start
Tuple()
Tuple(K start, V end)
boolean
equals(Object obj)
getEnd()
getStart()
getX()
getY()
int
hashCode()
void
setEnd(V end)
setStart(K start)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public K start
public V end
public Tuple()
public Tuple(K start, V end)
public K getStart()
public V getEnd()
public K getX()
public V getY()
public void setStart(K start)
public void setEnd(V end)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2020. All rights reserved.