Interface IntSequencedCollection

All Superinterfaces:
Collection<Integer>, Iterable<Integer>, SequencedCollection<Integer>
All Known Subinterfaces:
IntDeque, IntList
All Known Implementing Classes:
IntArrayDeque, IntArrayList

public interface IntSequencedCollection extends SequencedCollection<Integer>
Interface for collection of int-values with a well-defined linear ordering of its elements.