com.memoire.fu
Class FuHashtableFast.Enumerator

java.lang.Object
com.memoire.fu.FuHashtableFast.Enumerator
- All Implemented Interfaces:
- java.util.Enumeration
- Enclosing class:
- FuHashtableFast
- private static final class FuHashtableFast.Enumerator
- extends java.lang.Object
- implements java.util.Enumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
private boolean keys
index
private int index
table
private FuHashtableFast.Entry[] table
entry
private FuHashtableFast.Entry entry
FuHashtableFast.Enumerator
FuHashtableFast.Enumerator(FuHashtableFast.Entry[] _table,
boolean _keys)
hasMoreElements
public final boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration
- Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElements in interface java.util.Enumeration
nextElement
public final java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration
- Obtain the next element in the enumeration.
- Specified by:
nextElement in interface java.util.Enumeration