| 
 | 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.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
protected class AbstractKeyBasedMap.ValuesCollection.ValuesIterator
An Iterator over the values Collection that is backed by the AbstractKeyBasedMap.
| Field Summary | |
|---|---|
| protected  java.util.Iterator | m_iterKeysA key iterator. | 
| Constructor Summary | |
|---|---|
| protected | AbstractKeyBasedMap.ValuesCollection.ValuesIterator() | 
| 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. | 
| Field Detail | 
|---|
protected java.util.Iterator m_iterKeys
| Constructor Detail | 
|---|
protected AbstractKeyBasedMap.ValuesCollection.ValuesIterator()
| 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 elementspublic void remove()
remove in interface java.util.Iteratorjava.lang.IllegalStateException - 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® 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 | |||||||