Class CountingIterator<T>

    • Constructor Detail

      • CountingIterator

        public CountingIterator​(java.util.Iterator<T> innerIterator)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T>