Interface Lisque<T>

Type Parameters:
T - the generic type of items
All Superinterfaces:
Collection<T>, Deque<T>, Iterable<T>, List<T>, Queue<T>, SequencedCollection<T>
All Known Implementing Classes:
ObjectDeque

public interface Lisque<T> extends List<T>, Deque<T>, Collection<T>
A combination List/Deque with some expanded features based on Deque's mix of exceptional and non-exceptional methods.