ByteArrayEnumeration
, FileEnumeration
, IntEnumeration
, IOByteArrayEnumeration
, IOStringEnumeration
, MEnumeration
, StringEnumeration
DirectoryDescendingFileFinderImpl
, EmptyMEnumeration
, IntEnumerationHelperBase
, IOStringEnumerationHelperBase
, QuotesAndWhitespaceTokenizer
, StringEnumerationHelperBase
public interface IOEnumeration
java.util.Enumeration ought to extend a class like this, but it doesn't...
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasMoreElements() |
|
java.lang.Object |
nextElement() |