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 MEnumerationEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasMoreElements()java.lang.ObjectnextElement()
-
-
-
Field Detail
-
EMPTY
static final MEnumeration EMPTY
-
-
Method Detail
-
nextElement
java.lang.Object nextElement()
- Specified by:
nextElementin interfacejava.util.Enumeration- Specified by:
nextElementin interfaceIOEnumeration
-
hasMoreElements
boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration
-
-