|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRogTraverser<T extends IRogCollectionNodeElement>
A traverser over an ordered collection.
Method Summary | |
---|---|
T |
first()
Get the first element in a collection. |
T |
last()
Get the last element in a collection. |
T |
next(T e)
Get the element after another element in a collection. |
T |
previous(T e)
Get the element before another element in a collection. |
Method Detail |
---|
T first()
T next(T e)
e
- The element whose succeeding element is to be returned.
T previous(T e)
e
- The element whose preceding element is to be returned.
T last()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |