|
|||||||||
| Home >> All >> com >> memoire >> [ acme overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.acme
Class AcmeIntHashtableEnumerator

java.lang.Objectcom.memoire.acme.AcmeIntHashtableEnumerator
- All Implemented Interfaces:
- java.util.Enumeration
- class AcmeIntHashtableEnumerator
- extends java.lang.Object
- implements java.util.Enumeration
- extends java.lang.Object
| Field Summary | |
(package private) AcmeIntHashtableEntry |
entry
|
(package private) int |
index
|
(package private) boolean |
keys
|
(package private) AcmeIntHashtableEntry[] |
table
|
| Constructor Summary | |
(package private) |
AcmeIntHashtableEnumerator(AcmeIntHashtableEntry[] table,
boolean keys)
|
| Method Summary | |
boolean |
hasMoreElements()
Tests whether there are elements remaining in the enumeration. |
java.lang.Object |
nextElement()
Obtain the next element in the enumeration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
keys
boolean keys
index
int index
table
AcmeIntHashtableEntry[] table
entry
AcmeIntHashtableEntry entry
| Constructor Detail |
AcmeIntHashtableEnumerator
AcmeIntHashtableEnumerator(AcmeIntHashtableEntry[] table, boolean keys)
| Method Detail |
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration - Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration - Obtain the next element in the enumeration.
- Specified by:
nextElementin interfacejava.util.Enumeration
|
|||||||||
| Home >> All >> com >> memoire >> [ acme overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.acme.AcmeIntHashtableEnumerator