-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
T[] |
elements |
-
Constructor Summary
Constructors
| Constructor and Description |
RingBuffer(int capacity) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
elements
public T[] elements
-
Method Detail
-
clear
public void clear()
-
capacity
public int capacity()
-
isEmpty
public boolean isEmpty()
-
remaining
public int remaining()
Copyright © 2018 The Apache Software Foundation. All rights reserved.