Class DataIterator.IteratorWrapper

  • All Implemented Interfaces:
    DataIterator, java.lang.Iterable<Data>, java.util.Iterator<Data>
    Enclosing interface:
    DataIterator

    public static class DataIterator.IteratorWrapper
    extends java.lang.Object
    implements DataIterator
    • Field Summary

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface DataIterator
        Specified by:
        hasNext in interface java.util.Iterator<Data>
      • next

        public Data next()
        Specified by:
        next in interface DataIterator
        Specified by:
        next in interface java.util.Iterator<Data>