|
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 EnumerationMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public 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 |