Class ConvertedToListIterator<F,T>

java.lang.Object
net.thevpc.common.iterators.ConvertedToListIterator<F,T>
Type Parameters:
F -
T -
All Implemented Interfaces:
Iterator<T>

public class ConvertedToListIterator<F,T> extends Object implements Iterator<T>
Created by vpc on 1/9/17.
  • Constructor Details

  • Method Details

    • hasNext

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

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

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