public class EvictingQueue<T> extends Object
EvictingQueue(int max)
void
add(T t)
clear()
T
get(int pos)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EvictingQueue(int max)
public void clear()
public int size()
public T get(int pos)
public void add(T t)
Copyright © 2021 vpc open source initiative. All rights reserved.