public class RetainingGroup<T> extends Object
RetainingScanner| Modifier | Constructor and Description |
|---|---|
protected |
RetainingGroup(LinkedList<T> retainingList) |
| Modifier and Type | Method and Description |
|---|---|
T |
current() |
T |
peekBack(int peekBackIndex)
peekBack(0) == current()
peekBack(n) == nth item before current
|
T |
previous() |
protected RetainingGroup(LinkedList<T> retainingList)
Copyright © 2009–2022. All rights reserved.