Package com.mchange.util
Interface MEnumeration
-
- All Superinterfaces:
java.util.Enumeration
,IOEnumeration
- All Known Subinterfaces:
ByteArrayEnumeration
,IntEnumeration
,StringEnumeration
- All Known Implementing Classes:
EmptyMEnumeration
,IntEnumerationHelperBase
,QuotesAndWhitespaceTokenizer
,StringEnumerationHelperBase
public interface MEnumeration extends IOEnumeration, java.util.Enumeration
-
-
Field Summary
Fields Modifier and Type Field Description static MEnumeration
EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMoreElements()
java.lang.Object
nextElement()
-
-
-
Field Detail
-
EMPTY
static final MEnumeration EMPTY
-
-
Method Detail
-
nextElement
java.lang.Object nextElement()
- Specified by:
nextElement
in interfacejava.util.Enumeration
- Specified by:
nextElement
in interfaceIOEnumeration
-
hasMoreElements
boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
- Specified by:
hasMoreElements
in interfaceIOEnumeration
-
-