Package io.microsphere.collection
Class EnumerationIteratorAdapter<E>
- java.lang.Object
-
- io.microsphere.collection.ReadOnlyIterator<E>
-
- io.microsphere.collection.EnumerationIteratorAdapter<E>
-
- Type Parameters:
E
- The elements' type
- All Implemented Interfaces:
java.util.Iterator<E>
public class EnumerationIteratorAdapter<E> extends ReadOnlyIterator<E>
Iterator
Adapter based onEnumeration
- Since:
- 1.0.0
- Author:
- Mercy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
-
Methods inherited from class io.microsphere.collection.ReadOnlyIterator
remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public E next()
-
-