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