T - public class RevolvingList<T>
extends java.lang.Object
| Constructor and Description |
|---|
RevolvingList(java.util.Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
T |
getCurrent() |
void |
rotateLeft() |
void |
rotateRight() |
void |
setCurrent(T e) |