Class EntityIterator<ENTITY>

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

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

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

    • EntityIterator

      public EntityIterator​(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>