|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.util.IdentityHashMap.HashIterator
Field Summary | |
(package private) IdentityHashMap.Entry |
entry
|
private int |
expectedModCount
The modCount value that the iterator believes that the backing List should have. |
(package private) int |
index
|
(package private) IdentityHashMap.Entry |
lastReturned
|
(package private) IdentityHashMap.Entry[] |
table
|
(package private) int |
type
|
Constructor Summary | |
(package private) |
IdentityHashMap.HashIterator(int type)
|
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
IdentityHashMap.Entry[] table
int index
IdentityHashMap.Entry entry
IdentityHashMap.Entry lastReturned
int type
private int expectedModCount
Constructor Detail |
IdentityHashMap.HashIterator(int type)
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |