public class FixedSizeCircularLinkedList<T> extends Object
| Constructor and Description |
|---|
FixedSizeCircularLinkedList(int size,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
head() |
List<T> |
readBackward(int count) |
void |
rotateForward() |
String |
toString() |
Copyright © 2013–2017 V5 Analytics. All rights reserved.