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

java.lang.Object
  extended byorg.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.Enumeration memoryEnumeration
           
 
Constructor Summary
(package private) 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

memoryEnumeration

private java.util.Enumeration memoryEnumeration

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 Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.