public interface IObjectIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPrevious() |
T |
previous() |
forEachRemaining, hasNext, next, removeboolean hasPrevious()
T previous()
Copyright © 2007–2016 Andreas Bartels. All rights reserved.