org.apache.excalibur.store.impl
Class AbstractJispFilesystemStore.BTreeObjectEnumeration
java.lang.Object
org.apache.excalibur.store.impl.AbstractJispFilesystemStore.BTreeObjectEnumeration
- All Implemented Interfaces:
- java.util.Enumeration
- Enclosing class:
- AbstractJispFilesystemStore
class AbstractJispFilesystemStore.BTreeObjectEnumeration
- extends java.lang.Object
- implements java.util.Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Next
private java.lang.Object m_Next
m_Iterator
private com.coyotegulch.jisp.BTreeIterator m_Iterator
m_Store
private AbstractJispFilesystemStore m_Store
AbstractJispFilesystemStore.BTreeObjectEnumeration
public AbstractJispFilesystemStore.BTreeObjectEnumeration(com.coyotegulch.jisp.BTreeIterator iterator,
AbstractJispFilesystemStore store)
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