|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.AbstractStableIterator
com.tangosol.util.SafeSortedMap.ViewMap.EntryIterator
protected class SafeSortedMap.ViewMap.EntryIterator
An Iterator over the Entries backed by this ViewMap.
| Field Summary | |
|---|---|
protected boolean |
m_fInitializedHas this iterator been initialized yet? |
protected SafeSortedMap.EntryNode |
m_nodeNextThe next node in the iteration, or null. |
| Constructor Summary | |
|---|---|
protected |
SafeSortedMap.ViewMap.EntryIterator() |
| Method Summary | |
|---|---|
protected void |
advance()Advance to the next object. |
protected void |
remove(java.lang.Object o)Remove the specified item. |
| Methods inherited from class com.tangosol.util.AbstractStableIterator |
|---|
getPrevious, hasNext, next, remove, setNext |
| Field Detail |
|---|
protected SafeSortedMap.EntryNode m_nodeNext
protected boolean m_fInitialized
| Constructor Detail |
|---|
protected SafeSortedMap.ViewMap.EntryIterator()
| Method Detail |
|---|
protected void advance()
AbstractStableIterator.setNext(java.lang.Object) if there is a next object.advance in class AbstractStableIteratorprotected void remove(java.lang.Object o)
AbstractStableIterator.remove() method.remove in class AbstractStableIteratoro - the previously iterated object that should be removed
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||