Class Iterators.ReadOnly<T>

java.lang.Object
com.sun.xml.xsom.impl.scd.Iterators.ReadOnly<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
Iterators.Adapter, Iterators.Array, Iterators.Filter, Iterators.Map, Iterators.Singleton, Iterators.Union
Enclosing class:
Iterators

abstract static class Iterators.ReadOnly<T> extends Object implements Iterator<T>
  • Constructor Details

    • ReadOnly

      ReadOnly()
  • Method Details

    • remove

      public final void remove()
      Specified by:
      remove in interface Iterator<T>