Class MappingIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object current()  
      protected abstract java.lang.Object map​(java.lang.Object current)  
      boolean moveNext()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • MappingIterator

        public MappingIterator​(Iterator4 iterator)
    • Method Detail

      • map

        protected abstract java.lang.Object map​(java.lang.Object current)
      • moveNext

        public boolean moveNext()
        Specified by:
        moveNext in interface Iterator4
      • reset

        public void reset()
        Specified by:
        reset in interface Iterator4
      • current

        public java.lang.Object current()
        Specified by:
        current in interface Iterator4