|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.nlpir.irf.index.braf.HashBlockEnumerator
A HashBlock enumerator class. This class should remain opaque to the client. It will use the Enumeration interface.
| Field Summary | |
(package private) HashBlockEntry |
entry
|
(package private) int |
index
|
(package private) boolean |
keys
|
(package private) HashBlockEntry[] |
table
|
| Constructor Summary | |
(package private) |
HashBlockEnumerator(HashBlockEntry[] table,
boolean keys)
|
| Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
boolean keys
int index
HashBlockEntry[] table
HashBlockEntry entry
| Constructor Detail |
HashBlockEnumerator(HashBlockEntry[] table,
boolean keys)
| Method Detail |
public boolean hasMoreElements()
public java.lang.Object nextElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||