Class EvictingQueue<T>
java.lang.Object
net.thevpc.common.collections.EvictingQueue<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvictingQueue
public EvictingQueue(int max)
-
-
Method Details
-
clear
public void clear() -
size
public int size() -
get
-
add
-
toList
-
iterator
-
stream
-