Class BackingStoreHashtable.BackingStoreHashtableEnumeration
java.lang.Object
org.apache.derby.iapi.store.access.BackingStoreHashtable.BackingStoreHashtableEnumeration
- All Implemented Interfaces:
Enumeration<Object>
- Enclosing class:
BackingStoreHashtable
private class BackingStoreHashtable.BackingStoreHashtableEnumeration
extends Object
implements Enumeration<Object>
-
Field Details
-
memoryIterator
-
diskEnumeration
-
-
Constructor Details
-
BackingStoreHashtableEnumeration
BackingStoreHashtableEnumeration()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Object>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Object>
- Throws:
NoSuchElementException
-