Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util.collections
Class EnumerationIteratorAdaptor

java.lang.Object
  extended by oracle.adfnmc.util.collections.EnumerationIteratorAdaptor
All Implemented Interfaces:
Iterator

public class EnumerationIteratorAdaptor
extends java.lang.Object
implements Iterator


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

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

EnumerationIteratorAdaptor

public EnumerationIteratorAdaptor(java.util.Enumeration e)
Method Detail

hasNext

public boolean hasNext()
Description copied from interface: Iterator
Answers if there are more elements to iterate.

Specified by:
hasNext in interface Iterator
Returns:
true if there are more elements, false otherwise
See Also:
Iterator.next()

next

public java.lang.Object next()
Description copied from interface: Iterator
Answers the next object in the iteration.

Specified by:
next in interface Iterator
Returns:
the next object
See Also:
Iterator.hasNext()

remove

public void remove()
Description copied from interface: Iterator
Removes the last object returned by next from the collection.

Specified by:
remove in interface Iterator

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.