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 |
---|
BackingStoreHashtable.BackingStoreHashtableEnumeration() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
private java.util.Iterator memoryIterator
private java.util.Enumeration diskEnumeration
BackingStoreHashtable.BackingStoreHashtableEnumeration()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement() throws java.util.NoSuchElementException
nextElement
in interface java.util.Enumeration
java.util.NoSuchElementException
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.