|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
protected class AbstractKeyBasedMap.EntrySet.EntrySetIterator
An Iterator over the EntrySet that is backed by the Map.
| Field Summary | |
|---|---|
protected Iterator |
m_iterKeysKey iterator. |
| Constructor Summary | |
|---|---|
protected |
AbstractKeyBasedMap.EntrySet.EntrySetIterator() |
| Method Summary | |
|---|---|
boolean |
hasNext()Returns true if the iteration has more elements. |
Object |
next()Returns the next element in the interation. |
void |
remove()Removes from the underlying collection the last element returned by the iterator. |
| Field Detail |
|---|
protected Iterator m_iterKeys
| Constructor Detail |
|---|
protected AbstractKeyBasedMap.EntrySet.EntrySetIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface IteratorNoSuchElementException - iteration has no more elementspublic void remove()
remove in interface IteratorIllegalStateException - if the next method has not yet been called, or the remove method has already been called after the last call to the next method
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||