Class EmptyQueue<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
org.apache.sis.internal.util.EmptyQueue<E>
Type Parameters:
E - type of elements in the collection.
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Queue<E>

final class EmptyQueue<E> extends AbstractQueue<E> implements Serializable
An immutable and serializable empty queue.
Since:
0.3
Version:
0.3