
public abstract class DescendingIterator<D,T> extends ReadOnlyIterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<D> |
d |
protected Iterator<T> |
t |
| Constructor and Description |
|---|
DescendingIterator(Iterator<D> iterator) |
public boolean hasNext()
public T next()
Copyright © 2015. All Rights Reserved.