- Type Parameters:
E
-
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- ExtensionList<T>
public class ExtensionList.ExtensionIterator<E extends T>
extends Object
implements Iterator<T>
Iterator implementation for Equinox extension
-
Constructor Summary
Constructors
-
Method Summary
boolean
void
Not supported, will throw exception.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExtensionIterator
public ExtensionIterator()
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<E extends T>
-
-
remove
public void remove()
Not supported, will throw exception.
- Specified by:
remove
in interface Iterator<E extends T>