Class IteratorModule.CachedIterator<T>

    • Field Detail

      • next

        private T next
      • cached

        private boolean cached
    • Constructor Detail

      • CachedIterator

        CachedIterator​(Iterator<T> that)