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 IntEnumerationpublic abstract int nextInt()
nextInt in interface IntEnumerationpublic final boolean hasMoreElements()
hasMoreElements in interface IOEnumerationhasMoreElements in interface MEnumerationhasMoreElements in interface java.util.Enumerationpublic final java.lang.Object nextElement()
nextElement in interface IOEnumerationnextElement in interface MEnumerationnextElement in interface java.util.Enumeration