public class EvictingQueue<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
EvictingQueue(int max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
void |
clear() |
String |
dump() |
T |
get(int pos) |
int |
size() |
String |
toString() |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void clear()
clear in interface Collection<T>clear in interface List<T>clear in class AbstractList<T>public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>public T get(int pos)
public boolean add(T t)
add in interface Collection<T>add in interface List<T>add in class AbstractList<T>public String dump()
public String toString()
toString in class AbstractCollection<T>Copyright © 2022 vpc open source initiative. All rights reserved.