|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprefuse.util.ObjectPair<O>
public class ObjectPair<O>
Represents a pair of objects where the pair order does not matter. TODO: add some more documentation.
Constructor Summary | |
---|---|
ObjectPair(O a,
O b)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
O |
getA()
|
O |
getB()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectPair(O a, O b)
Method Detail |
---|
public O getA()
public O getB()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |