Class LongArrayDeque

java.lang.Object
java.util.AbstractCollection<Long>
org.jhotdraw8.collection.primitive.LongArrayDeque
All Implemented Interfaces:
Iterable<Long>, Collection<Long>, Deque<Long>, Queue<Long>, SequencedCollection<Long>, LongDeque

public class LongArrayDeque extends AbstractCollection<Long> implements LongDeque
A long-valued deque backed by a primitive array.
Author:
Werner Randelshofer