|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractList jwutil.collections.Pair net.sf.bddbddb.order.UnorderedPair
public class UnorderedPair
Field Summary |
---|
Fields inherited from class jwutil.collections.Pair |
---|
left, right |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
UnorderedPair(java.lang.Object left,
java.lang.Object right)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
Returns the hash code value for this set. |
Methods inherited from class jwutil.collections.Pair |
---|
addEdge, get, set, size, write, writeEdges |
Methods inherited from class java.util.AbstractList |
---|
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public UnorderedPair(java.lang.Object left, java.lang.Object right)
left
- right
- Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection
equals
in interface java.util.List
equals
in class java.util.AbstractList
public int hashCode()
This implementation enumerates over the set, calling the hashCode method on each element in the collection, and adding up the results.
hashCode
in interface java.util.Collection
hashCode
in interface java.util.List
hashCode
in class java.util.AbstractList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |