IOEnumeration
, IntEnumeration
, MEnumeration
, java.util.Enumeration
public abstract class IntEnumerationHelperBase extends java.lang.Object implements IntEnumeration
EMPTY
Constructor | Description |
---|---|
IntEnumerationHelperBase() |
Modifier and Type | Method | 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 java.util.Enumeration
hasMoreElements
in interface IOEnumeration
hasMoreElements
in interface MEnumeration
public final java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
nextElement
in interface IOEnumeration
nextElement
in interface MEnumeration