Interface DoubleSequencedCollection

All Superinterfaces:
Collection<Double>, Iterable<Double>, SequencedCollection<Double>
All Known Subinterfaces:
DoubleList
All Known Implementing Classes:
DoubleArrayList

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