private class BackingStoreHashtable.BackingStoreHashtableEnumeration
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
private java.util.Enumeration |
diskEnumeration |
private java.util.Iterator |
memoryIterator |
| Constructor and Description |
|---|
BackingStoreHashtableEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
private java.util.Iterator memoryIterator
private java.util.Enumeration diskEnumeration
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.