|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.collections.base.HashNode<N>
public abstract class HashNode<N extends HashNode<N>>
| Field Summary | |
|---|---|
int |
hash
|
| Constructor Summary | |
|---|---|
HashNode(int hash)
|
|
| Method Summary | |
|---|---|
abstract N |
copy()
|
int |
hash()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int hash
| Constructor Detail |
|---|
public HashNode(int hash)
| Method Detail |
|---|
public abstract N copy()
public final int hash()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||