IOEnumeration, IntEnumeration, MEnumeration, java.util.Enumerationpublic 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 IntEnumerationpublic abstract int nextInt()
nextInt in interface IntEnumerationpublic final boolean hasMoreElements()
hasMoreElements in interface java.util.EnumerationhasMoreElements in interface IOEnumerationhasMoreElements in interface MEnumerationpublic final java.lang.Object nextElement()
nextElement in interface java.util.EnumerationnextElement in interface IOEnumerationnextElement in interface MEnumeration