public abstract class IntEnumerationHelperBase extends java.lang.Object implements IntEnumeration
EMPTY
Constructor and Description |
---|
IntEnumerationHelperBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
abstract boolean |
hasMoreInts() |
java.lang.Object |
nextElement() |
abstract int |
nextInt() |
public abstract boolean hasMoreInts()
hasMoreInts
in interface IntEnumeration
public abstract int nextInt()
nextInt
in interface IntEnumeration
public final boolean hasMoreElements()
hasMoreElements
in interface IOEnumeration
hasMoreElements
in interface MEnumeration
hasMoreElements
in interface java.util.Enumeration
public final java.lang.Object nextElement()
nextElement
in interface IOEnumeration
nextElement
in interface MEnumeration
nextElement
in interface java.util.Enumeration