|
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.Base
com.tangosol.util.EnumerationIterator
public class EnumerationIterator
Provide a implementation of an Iterator based on data from an Enumeration.
| Constructor Summary | |
|---|---|
EnumerationIterator(java.util.Enumeration enmr)Construct the Iterator based on an Enumeration. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()Tests if this Iterator contains more elements. |
java.lang.Object |
next()Returns the next element of this Iterator. |
void |
remove()Remove the last-returned element that was returned by the Iterator. |
| Constructor Detail |
|---|
public EnumerationIterator(java.util.Enumeration enmr)
enmr - an Enumeration| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
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 | |||||||