Constructor and Description |
---|
CircularList(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(T o) |
void |
clear() |
T |
get(int index) |
int |
getBufferSize() |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
void |
resize(int newsize) |
int |
size() |
List<T> |
toList() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.