Package com.mchange.util
Interface MEnumeration
- All Superinterfaces:
Enumeration
,IOEnumeration
- All Known Subinterfaces:
ByteArrayEnumeration
,IntEnumeration
,StringEnumeration
- All Known Implementing Classes:
EmptyMEnumeration
,IntEnumerationHelperBase
,QuotesAndWhitespaceTokenizer
,StringEnumerationHelperBase
-
Field Summary
-
Method Summary
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
EMPTY
-
-
Method Details
-
nextElement
Object nextElement()- Specified by:
nextElement
in interfaceEnumeration
- Specified by:
nextElement
in interfaceIOEnumeration
-
hasMoreElements
boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
- Specified by:
hasMoreElements
in interfaceIOEnumeration
-