T - The element type of the underlying containerpublic interface ElementWithContext<T>
previous(), 
current(), 
next()| Modifier and Type | Method and Description | 
|---|---|
| T | current() | 
| T | next() | 
| T | previous() | 
@Nullable T previous()
null iff the current element is the first elementT current()
null)@Nullable T next()
null iff the current element is the last elementCopyright © 2018 Arno Unkrig. All rights reserved.