|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
protected class SimpleElement.AttributeMap.EntrySet.EntrySetIterator
An Iterator over the Entry objects in the EntrySet.
| Constructor Summary | |
|---|---|
protected |
SimpleElement.AttributeMap.EntrySet.EntrySetIterator() |
| Method Summary | |
|---|---|
boolean |
hasNext()Returns true if the iteration has more elements. |
java.lang.Object |
next()Returns the next element in the iteration. |
void |
remove()Removes from the underlying collection the last element returned by the iterator (optional operation). |
| Constructor Detail |
|---|
protected SimpleElement.AttributeMap.EntrySet.EntrySetIterator()
| Method Detail |
|---|
public boolean hasNext()
java.util.IteratorhasNext in interface java.util.Iteratorpublic java.lang.Object next()
java.util.IteratorIterator.hasNext() method returns false will return each element in the underlying collection exactly once.next in interface java.util.Iteratorpublic void remove()
java.util.Iteratorremove in interface java.util.Iterator
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||