public class AbstractPair<X,Y> extends Object implements Pair<X,Y>, Map.Entry<X,Y>
AbstractPair()
AbstractPair(X x, Y y)
boolean
equals(Object obj)
X
get0()
Y
get1()
getKey()
getValue()
int
hashCode()
void
set0(X x)
set1(Y y)
setValue(Y value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public AbstractPair()
public AbstractPair(X x, Y y)
public X get0()
get0
Pair<X,Y>
public Y get1()
get1
public void set0(X x)
set0
public void set1(Y y)
set1
public boolean equals(Object obj)
equals
Map.Entry<X,Y>
Object
public int hashCode()
hashCode
public String toString()
toString
public X getKey()
getKey
public Y getValue()
getValue
public Y setValue(Y value)
setValue
Copyright © 2012-2013 The Internet Party. All Rights Reserved.