Class FastIterator.IteratorAdapter<T>

  • All Implemented Interfaces:
    java.io.Serializable, Iterator<T>
    Enclosing interface:
    FastIterator<T>

    public static class FastIterator.IteratorAdapter<T>
    extends java.lang.Object
    implements Iterator<T>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IteratorAdapter

        public IteratorAdapter​(FastIterator<T> fastIterator,
                               T first)
    • Method Detail

      • next

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