Class Iterable4Adaptor


  • public class Iterable4Adaptor
    extends java.lang.Object
    Adapts Iterable4/Iterator4 iteration model (moveNext, current) to the old db4o and jdk model (hasNext, next).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      protected boolean moveNext()  
      java.lang.Object next()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iterable4Adaptor

        public Iterable4Adaptor​(Iterable4 delegate_)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public java.lang.Object next()
      • moveNext

        protected boolean moveNext()
      • reset

        public void reset()