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