|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Iter<T>
abstract class ConcurrentSkipListMap.Iter<T>
Base of iterator classes:
Field Summary | |
---|---|
(package private) ConcurrentSkipListMap.Node<K,V> |
lastReturned
the last node returned by next() |
(package private) ConcurrentSkipListMap.Node<K,V> |
next
the next node to return from next(); |
(package private) V |
nextValue
Cache of next value field to maintain weak consistency |
Constructor Summary | |
---|---|
ConcurrentSkipListMap.Iter()
Initializes ascending iterator for entire range. |
Method Summary | |
---|---|
(package private) void |
advance()
Advances next to higher entry. |
boolean |
hasNext()
|
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 |
---|
ConcurrentSkipListMap.Node<K,V> lastReturned
ConcurrentSkipListMap.Node<K,V> next
V nextValue
Constructor Detail |
---|
ConcurrentSkipListMap.Iter()
Method Detail |
---|
public final boolean hasNext()
hasNext
in interface Iterator<T>
final void advance()
public void remove()
remove
in interface Iterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |