|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.apachecommons.AbstractHashedMap.HashIterator
protected abstract static class AbstractHashedMap.HashIterator
Base Iterator
Field Summary | |
---|---|
protected int |
expectedModCount
The modification count expected |
protected int |
hashIndex
The current index into the array of buckets |
protected AbstractHashedMap.HashEntry |
last
The last returned entry |
protected AbstractHashedMap.HashEntry |
next
The next entry |
protected AbstractHashedMap |
parent
The parent map |
Constructor Summary | |
---|---|
protected |
AbstractHashedMap.HashIterator(AbstractHashedMap parent)
Ctor. |
Method Summary | |
---|---|
protected AbstractHashedMap.HashEntry |
currentEntry()
Current entry. |
boolean |
hasNext()
|
protected AbstractHashedMap.HashEntry |
nextEntry()
Next entry. |
void |
remove()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
next |
Field Detail |
---|
protected final AbstractHashedMap parent
protected int hashIndex
protected AbstractHashedMap.HashEntry last
protected AbstractHashedMap.HashEntry next
protected int expectedModCount
Constructor Detail |
---|
protected AbstractHashedMap.HashIterator(AbstractHashedMap parent)
parent
- parent mapMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
protected AbstractHashedMap.HashEntry nextEntry()
protected AbstractHashedMap.HashEntry currentEntry()
public void remove()
remove
in interface java.util.Iterator
public java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |