Java com.google.common.collect EvictingQueue fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect EvictingQueue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect EvictingQueue.

The text is from its open source code.

Method

booleanadd(E e)
Adds the given element to this queue.
booleanaddAll(Collection collection)
EvictingQueuecreate(int maxSize)
Creates and returns a new evicting queue that will hold up to maxSize elements.
booleanoffer(E e)
Adds the given element to this queue.
intremainingCapacity()
Returns the number of additional elements that this queue can accept without evicting; zero if the queue is currently full.
booleanremove(Object object)