Package ognl
Class IntHashMap.IntHashMapIterator
- java.lang.Object
-
- ognl.IntHashMap.IntHashMapIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- IntHashMap
private static class IntHashMap.IntHashMapIterator extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IntHashMap.Entryentry(package private) intindex(package private) booleankeys(package private) IntHashMap.Entry[]table
-
Constructor Summary
Constructors Constructor Description IntHashMapIterator(IntHashMap.Entry[] table, boolean keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Objectnext()voidremove()
-
-
-
Field Detail
-
keys
boolean keys
-
index
int index
-
table
IntHashMap.Entry[] table
-
entry
IntHashMap.Entry entry
-
-
Constructor Detail
-
IntHashMapIterator
IntHashMapIterator(IntHashMap.Entry[] table, boolean keys)
-
-