Class Storage.AbstractIter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int slot  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AbstractIter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void align​(T[] data)  
      protected boolean doHasNext​(T[] data)  
      • 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, hasNext, next, remove
    • Field Detail

      • slot

        protected int slot
    • Method Detail

      • doHasNext

        protected final boolean doHasNext​(T[] data)
      • align

        protected void align​(T[] data)