org.apache.excalibur.store.impl
Class AbstractFilesystemStore.FSEnumeration

java.lang.Object
  extended by org.apache.excalibur.store.impl.AbstractFilesystemStore.FSEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
AbstractFilesystemStore

final class AbstractFilesystemStore.FSEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  java.lang.String[] array
           
private  int index
           
private  int length
           
 
Constructor Summary
AbstractFilesystemStore.FSEnumeration()
           
 
Method Summary
 void add(java.lang.String key)
           
 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

array

private java.lang.String[] array

index

private int index

length

private int length
Constructor Detail

AbstractFilesystemStore.FSEnumeration

AbstractFilesystemStore.FSEnumeration()
Method Detail

add

public void add(java.lang.String key)

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