com.bea.xml.stream.util
public final class CircularQueue extends AbstractCollection
| Constructor Summary | |
|---|---|
| CircularQueue() | |
| CircularQueue(int c) | |
| CircularQueue(int c, int mc) | |
| Method Summary | |
|---|---|
| boolean | add(Object obj) |
| int | capacity() |
| void | clear() |
| Object | clone() |
| boolean | isEmpty() |
| Iterator | iterator() |
| Object | peek() |
| Object | remove() |
| int | size() |
| String | toString() |