Class CompositeIterator4

    • Field Detail

      • _iterators

        protected final Iterator4 _iterators
      • _currentIterator

        protected Iterator4 _currentIterator
    • Constructor Detail

      • CompositeIterator4

        public CompositeIterator4​(Iterator4[] iterators)
      • CompositeIterator4

        public CompositeIterator4​(Iterator4 iterators)
    • Method Detail

      • moveNext

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

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

        public Iterator4 currentIterator()
      • current

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

        protected Iterator4 nextIterator​(java.lang.Object current)