Class ExtensionList.ExtensionIterator<E extends T>

java.lang.Object
org.adempiere.base.equinox.ExtensionList.ExtensionIterator<E>
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 Details

    • ExtensionIterator

      public ExtensionIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<E extends T>
    • next

      public E next()
      Specified by:
      next in interface Iterator<E extends T>
    • remove

      public void remove()
      Not supported, will throw exception.
      Specified by:
      remove in interface Iterator<E extends T>