Uses of Class
com.google.common.collect.EvictingQueue
Packages that use EvictingQueue
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of EvictingQueue in com.google.common.collect
Methods in com.google.common.collect that return EvictingQueueModifier and TypeMethodDescriptionstatic <E> EvictingQueue
<E> EvictingQueue.create
(int maxSize) Creates and returns a new evicting queue that will hold up tomaxSize
elements.