public abstract class IntEnumerationHelperBase extends Object implements IntEnumeration
EMPTY| Constructor and Description |
|---|
IntEnumerationHelperBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
abstract boolean |
hasMoreInts() |
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 IOEnumerationhasMoreElements in interface MEnumerationhasMoreElements in interface Enumerationpublic final Object nextElement()
nextElement in interface IOEnumerationnextElement in interface MEnumerationnextElement in interface Enumeration