public class NEvictingQueueImpl<T> extends AbstractList<T> implements NEvictingQueue<T>
modCount| Constructor and Description |
|---|
NEvictingQueueImpl(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, waitofadd, addAll, addAll, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, 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 © 2026 vpc open source initiative. All rights reserved.