Class UnmodifiableIterator

Synopsis

 public final class UnmodifiableIteratorimplements Iterator {
  public UnmodifiableIterator(java.util.Iterator it);
  public void remove();
  public boolean hasNext();
  public Object next();
}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.tools.UnmodifiableIterator