Class SingletonIteratorBase<T>

  • All Implemented Interfaces:
    Iterator<T>

    public abstract class SingletonIteratorBase<T>
    extends Object
    implements Iterator<T>
    • Constructor Detail

      • SingletonIteratorBase

        public SingletonIteratorBase()
    • Method Detail

      • hasNext

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

        public final T next()
        Specified by:
        next in interface Iterator<T>
      • checkCoModification

        protected abstract void checkCoModification()
      • getElement

        protected abstract T getElement()