Class EntityIterator<ENTITY>

  • All Implemented Interfaces:
    java.util.Iterator<ENTITY>

    public class EntityIterator<ENTITY>
    extends java.lang.Object
    implements java.util.Iterator<ENTITY>
    • Method Summary

      Modifier and Type Method Description
      boolean hasNext()  
      ENTITY next()  
      • Methods inherited from class java.lang.Object

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

        forEachRemaining, remove
    • Constructor Detail

      • EntityIterator

        public EntityIterator​(EntityBuilder<ENTITY> entityBuilder,
                              java.util.BitSet records)
    • Method Detail

      • hasNext

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

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