Class CompositeIterator<T>

  • All Implemented Interfaces:
    <T>

    public class CompositeIterator<T>
    extends 
    implements <T>
    Author:
    Pepe Lu
    • Constructor Summary

      Constructors 
      Constructor Description
      <<T>> iterators, int limit)  
    • Constructor Detail

      • CompositeIterator

        public CompositeIterator​(<<T>> iterators,
                                 int limit)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
         in interface <T>
      • next

        public T next()
        Specified by:
         in interface <T>
      • remove

        public void remove()
        Specified by:
         in interface <T>