Class RandomAccessDeque<T>

java.lang.Object
io.deephaven.util.datastructures.RandomAccessDeque<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class RandomAccessDeque<T> extends Object implements Collection<T>
A deque, which also supports get() to an arbitrary index.