Uses of Class
com.google.common.collect.EvictingQueue
-
Packages that use EvictingQueue Package Description com.google.common.collect 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 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 tomaxSize
elements.
-