public class CircularBuffer<E> extends Object
Constructor and Description |
---|
CircularBuffer(int size) |
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
E |
insert(E object) |
<T> T[] |
toArray(Class<T[]> type) |
Copyright © 2017. All rights reserved.