org.apache.derby.iapi.store.access
Class BackingStoreHashtable.BackingStoreHashtableEnumeration

java.lang.Object
  extended by org.apache.derby.iapi.store.access.BackingStoreHashtable.BackingStoreHashtableEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
BackingStoreHashtable

private class BackingStoreHashtable.BackingStoreHashtableEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  java.util.Enumeration diskEnumeration
           
private  java.util.Iterator memoryIterator
           
 
Constructor Summary
BackingStoreHashtable.BackingStoreHashtableEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memoryIterator

private java.util.Iterator memoryIterator

diskEnumeration

private java.util.Enumeration diskEnumeration
Constructor Detail

BackingStoreHashtable.BackingStoreHashtableEnumeration

BackingStoreHashtable.BackingStoreHashtableEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.