Class Iterators.Unmodifiable<E>

java.lang.Object
io.atlassian.fugue.Iterators.Unmodifiable<E>
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
Iterables.IteratingIterable.Iter, Iterators.Abstract
Enclosing class:
Iterators

abstract static class Iterators.Unmodifiable<E> extends Object implements Iterator<E>
Iterator where remove() is unsupported.
  • Constructor Details

    • Unmodifiable

      protected Unmodifiable()
  • Method Details