| java.lang.Object | |
| ↳ | com.davidluoye.support.util.queue.IQueue.Itr<T> |
| 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
| |||||||||||