Class EntityArrayIterator<ENTITY>

java.lang.Object
org.teamapps.universaldb.pojo.EntityArrayIterator<ENTITY>
All Implemented Interfaces:
java.util.Iterator<ENTITY>

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

    Constructors
    Constructor Description
    EntityArrayIterator​(EntityBuilder<ENTITY> entityBuilder, int[] ids)  
    EntityArrayIterator​(EntityBuilder<ENTITY> entityBuilder, java.util.BitSet records)  
  • 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 Details

    • EntityArrayIterator

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

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

    • 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()