|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.SubSet.SubSetIterator
protected class SubSet.SubSetIterator
Iterator for the contents of a subset.
| Constructor Summary | |
|---|---|
protected |
SubSet.SubSetIterator()
Construct an iterator for a subset. |
| 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 . |
| Constructor Detail |
|---|
protected SubSet.SubSetIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface IteratorNoSuchElementException - iteration has no more elements.public void remove()
remove in interface IteratorIllegalStateException - next has not yet been called,
or remove has already been called after the last call
to next.
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||