Class RandomAccessDeque<T>

java.lang.Object
com.illumon.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.