private static final class BaseFragListBuilder.IteratorQueue<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<T> |
iter |
private T |
top |
| Constructor and Description |
|---|
IteratorQueue(java.util.Iterator<T> iter) |
| Modifier and Type | Method and Description |
|---|---|
T |
removeTop() |
T |
top() |