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