public class NestedStackIterator<T,P extends GenericNestedStack<T,P>> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected GenericNestedStack<T,P> |
current |
| Constructor and Description |
|---|
NestedStackIterator(GenericNestedStack<T,P> current) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected GenericNestedStack<T,P extends GenericNestedStack<T,P>> current
public NestedStackIterator(GenericNestedStack<T,P> current)
Copyright © 2018. All rights reserved.