Package com.mchange.io
Interface IOEnumeration
-
- All Known Subinterfaces:
ByteArrayEnumeration,FileEnumeration,IntEnumeration,IOByteArrayEnumeration,IOStringEnumeration,MEnumeration,StringEnumeration
- All Known Implementing Classes:
DirectoryDescendingFileFinderImpl,EmptyMEnumeration,IntEnumerationHelperBase,IOStringEnumerationHelperBase,QuotesAndWhitespaceTokenizer,StringEnumerationHelperBase
public interface IOEnumerationA generalized version of Enumeration, to be used by Enumerations whose retrieval of elements involves file or network accessjava.util.Enumeration ought to extend a class like this, but it doesn't...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasMoreElements()java.lang.ObjectnextElement()
-