|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.util.ObjectObjectHashBijection.Entry
| Field Summary | |
(package private) int |
hash1
Hash value of value1. |
(package private) int |
hash2
Hash value of value2. |
(package private) ObjectObjectHashBijection.Entry |
nextAll
Double linked list of all entries in this relation. |
(package private) ObjectObjectHashBijection.Entry |
nextChain1
Single linked list of entries with the same hash table index in table 1. |
(package private) ObjectObjectHashBijection.Entry |
nextChain2
Single linked list of entries with the same hash table index in table 2. |
(package private) ObjectObjectHashBijection.Entry |
prevAll
|
protected java.lang.Object |
value1
This entry represents the pair ( in a relation. |
protected java.lang.Object |
value2
|
| Constructor Summary | |
protected |
ObjectObjectHashBijection.Entry(int hash1,
java.lang.Object value1,
int hash2,
java.lang.Object value2)
|
| Method Summary | |
protected java.lang.Object |
getValue1()
|
protected java.lang.Object |
getValue2()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
final int hash1
value1.
protected final java.lang.Object value1
(value1,
value2) in a relation.
final int hash2
value2.
protected final java.lang.Object value2
value1ObjectObjectHashBijection.Entry nextChain1
ObjectObjectHashBijection.Entry nextChain2
ObjectObjectHashBijection.Entry nextAll
prevAllObjectObjectHashBijection.Entry prevAll
nextAll| Constructor Detail |
protected ObjectObjectHashBijection.Entry(int hash1,
java.lang.Object value1,
int hash2,
java.lang.Object value2)
| Method Detail |
protected java.lang.Object getValue1()
protected java.lang.Object getValue2()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||