Interface ByteSequencedCollection

All Superinterfaces:
Collection<Byte>, Iterable<Byte>, SequencedCollection<Byte>
All Known Subinterfaces:
ByteList
All Known Implementing Classes:
ByteArrayList

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