Uses of Class
com.google.common.collect.EvictingQueue
Packages that use EvictingQueue
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with 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.