|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.types.collections.SoftHashMap.HashIterator<T>
private abstract class SoftHashMap.HashIterator<T>
| Field Summary | |
|---|---|
(package private) java.lang.Object |
currentKey
|
(package private) SoftHashMap.Entry<K,V> |
entry
|
(package private) int |
expectedModCount
|
(package private) int |
index
|
(package private) SoftHashMap.Entry<K,V> |
lastReturned
|
(package private) java.lang.Object |
nextKey
|
| Constructor Summary | |
|---|---|
SoftHashMap.HashIterator()
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
protected SoftHashMap.Entry<K,V> |
nextEntry()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
next |
| Field Detail |
|---|
int index
SoftHashMap.Entry<K,V> entry
SoftHashMap.Entry<K,V> lastReturned
int expectedModCount
java.lang.Object nextKey
java.lang.Object currentKey
| Constructor Detail |
|---|
SoftHashMap.HashIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>protected SoftHashMap.Entry<K,V> nextEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||