Uses of Class
com.google.common.collect.EvictingQueue
- 
Packages that use EvictingQueue Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.
- 
- 
Uses of EvictingQueue in com.google.common.collectMethods in com.google.common.collect that return EvictingQueue Modifier and Type Method Description static <E> EvictingQueue<E>EvictingQueue. create(int maxSize)Creates and returns a new evicting queue that will hold up tomaxSizeelements.
 
-