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
Fields -
Method Summary
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
EMPTY
-
-
Method Details
-
nextElement
Object nextElement()- Specified by:
nextElementin interfaceEnumeration- Specified by:
nextElementin interfaceIOEnumeration
-
hasMoreElements
boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration
-