E
- public class FixedQueue<E>
extends java.util.ArrayList<E>
Constructor and Description |
---|
FixedQueue(int limit) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public boolean add(E o)
public boolean equals(java.lang.Object o)