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
EMPTY
static final MEnumeration EMPTY
nextElement
java.lang.Object nextElement()
- Specified by:
nextElement in interface java.util.Enumeration- Specified by:
nextElement in interface IOEnumeration
hasMoreElements
boolean hasMoreElements()
- Specified by:
hasMoreElements in interface java.util.Enumeration- Specified by:
hasMoreElements in interface IOEnumeration