Class EvictingQueue<T>

java.lang.Object
com.noleme.commons.container.EvictingQueue<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Queue<T>

public final class EvictingQueue<T>
extends Object
implements Queue<T>, Serializable
Adaptation of Guava's EvictingQueue, without the ties to other Guava components.
Author:
Pierre LECERF ([email protected]) Created on 21/12/2019
See Also:
Serialized Form