|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.util.IntIntHashBijection.Entry
| Field Summary | |
(package private) int |
hash1
Hash value of value1. |
(package private) int |
hash2
Hash value of value2. |
(package private) IntIntHashBijection.Entry |
nextAll
Double linked list of all entries in this relation. |
(package private) IntIntHashBijection.Entry |
nextChain1
Single linked list of entries with the same hash table index in table 1. |
(package private) IntIntHashBijection.Entry |
nextChain2
Single linked list of entries with the same hash table index in table 2. |
(package private) IntIntHashBijection.Entry |
prevAll
|
protected int |
value1
This entry represents the pair ( in a relation. |
protected int |
value2
|
| Constructor Summary | |
protected |
IntIntHashBijection.Entry(int hash1,
int value1,
int hash2,
int value2)
|
| Method Summary | |
protected int |
getValue1()
|
protected int |
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 int value1
(value1,
value2) in a relation.
final int hash2
value2.
protected final int value2
value1IntIntHashBijection.Entry nextChain1
IntIntHashBijection.Entry nextChain2
IntIntHashBijection.Entry nextAll
prevAllIntIntHashBijection.Entry prevAll
nextAll| Constructor Detail |
protected IntIntHashBijection.Entry(int hash1,
int value1,
int hash2,
int value2)
| Method Detail |
protected int getValue1()
protected int getValue2()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||