Class EntityArrayIterator<ENTITY>

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

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

      Modifier and Type Method Description
      int getSize()  
      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

      • EntityArrayIterator

        public EntityArrayIterator​(EntityBuilder<ENTITY> entityBuilder,
                                   int[] ids)
      • EntityArrayIterator

        public EntityArrayIterator​(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>
      • getSize

        public int getSize()