Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.store.access
Class BackingStoreHashtable.BackingStoreHashtableEnumeration  view BackingStoreHashtable.BackingStoreHashtableEnumeration download BackingStoreHashtable.BackingStoreHashtableEnumeration.java

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()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
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()
Description copied from interface: java.util.Enumeration
Tests whether there are elements remaining in the enumeration.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration