org.apache.derby.iapi.store.access
Class DiskHashtable.ElementEnum

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

private class DiskHashtable.ElementEnum
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  boolean hasMore
           
private  RowLocation rowloc
           
private  ScanController scan
           
 
Constructor Summary
DiskHashtable.ElementEnum()
           
 
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

scan

private ScanController scan

hasMore

private boolean hasMore

rowloc

private RowLocation rowloc
Constructor Detail

DiskHashtable.ElementEnum

DiskHashtable.ElementEnum()
Method Detail

hasMoreElements

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

nextElement

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

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

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