public static class

IQueue.Itr

extends Object
implements Iterator<E>
java.lang.Object
   ↳ com.davidluoye.support.util.queue.IQueue.Itr<T>

Summary

Protected Constructors
Itr(Supplier<Integer> size, Function<Integer, T> item)
Public Methods
boolean hasNext()
T next()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Iterator

Protected Constructors

protected Itr (Supplier<Integer> size, Function<Integer, T> item)

Public Methods

public boolean hasNext ()

public T next ()