|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.collections.EnumerationIteratorAdaptor
public class EnumerationIteratorAdaptor
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Constructor Summary | |
---|---|
EnumerationIteratorAdaptor(java.util.Enumeration e)
|
Method Summary | |
---|---|
boolean |
hasNext()
Answers if there are more elements to iterate. |
java.lang.Object |
next()
Answers the next object in the iteration. |
void |
remove()
Removes the last object returned by next from the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public EnumerationIteratorAdaptor(java.util.Enumeration e)
Method Detail |
---|
public boolean hasNext()
Iterator
hasNext
in interface Iterator
Iterator.next()
public java.lang.Object next()
Iterator
next
in interface Iterator
Iterator.hasNext()
public void remove()
Iterator
next
from the collection.
remove
in interface Iterator
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |