Interface IntDeque

All Superinterfaces:
Collection<Integer>, Deque<Integer>, IntSequencedCollection, Iterable<Integer>, Queue<Integer>, SequencedCollection<Integer>
All Known Implementing Classes:
IntArrayDeque

public interface IntDeque extends Deque<Integer>, IntSequencedCollection
Interface for a Deque with a primitive integer data elements.