|
|||||||||
| Home >> All >> org >> apache >> bsf >> debug >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bsf.debug.util
Class IntHashtable.HashEnumerator

java.lang.Objectorg.apache.bsf.debug.util.IntHashtable.HashEnumerator
- All Implemented Interfaces:
- java.util.Enumeration
- Enclosing class:
- IntHashtable
- private static final class IntHashtable.HashEnumerator
- extends java.lang.Object
- implements java.util.Enumeration
- extends java.lang.Object
| Field Summary | |
(package private) IntHashMapEntry[] |
array
|
(package private) int |
end
|
(package private) IntHashMapEntry |
entry
|
(package private) int |
start
|
| Constructor Summary | |
(package private) |
IntHashtable.HashEnumerator(IntHashMapEntry[] entries)
|
| Method Summary | |
boolean |
hasMoreElements()
Tests whether there are elements remaining in the enumeration. |
java.lang.Object |
nextElement()
Obtain the next element in the enumeration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
array
IntHashMapEntry[] array
start
int start
end
int end
entry
IntHashMapEntry entry
| Constructor Detail |
IntHashtable.HashEnumerator
IntHashtable.HashEnumerator(IntHashMapEntry[] entries)
| Method Detail |
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration - Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration - Obtain the next element in the enumeration.
- Specified by:
nextElementin interfacejava.util.Enumeration
|
|||||||||
| Home >> All >> org >> apache >> bsf >> debug >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.bsf.debug.util.IntHashtable.HashEnumerator