Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Method and Description |
---|---|
static <E> EvictingQueue<E> |
EvictingQueue.create(int maxSize)
Creates and returns a new evicting queue that will hold up to
maxSize elements. |
Copyright © 2010–2019. All rights reserved.