|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.DeltaSet.DeltaIterator
protected class DeltaSet.DeltaIterator
Iterator for the contents of a delta set.
| Constructor Summary | |
|---|---|
protected |
DeltaSet.DeltaIterator()Construct an iterator for a delta set. |
| Method Summary | |
|---|---|
boolean |
hasNext()Returns true if the iteration has more elements. |
java.lang.Object |
next()Returns the next element in the interation. |
void |
remove()Removes from the underlying Collection the last element returned by the Iterator . |
| Constructor Detail |
|---|
protected DeltaSet.DeltaIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorjava.util.NoSuchElementException - iteration has no more elements.public void remove()
remove in interface java.util.Iteratorjava.lang.IllegalStateException - next has not yet been called, or remove has already been called after the last call to next.
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||