Interface DoubleSet

All Superinterfaces:
Collection<Double>, DoubleCollection, DoubleIterable, Iterable<Double>, Set<Double>
All Known Subinterfaces:
DoubleSortedSet
All Known Implementing Classes:
AbstractDoubleSet, AbstractDoubleSortedSet, DoubleArraySet, DoubleAVLTreeSet, DoubleLinkedOpenCustomHashSet, DoubleLinkedOpenHashSet, DoubleOpenCustomHashSet, DoubleOpenHashBigSet, DoubleOpenHashSet, DoubleRBTreeSet, DoubleSets.EmptySet, DoubleSets.Singleton, DoubleSets.SynchronizedSet, DoubleSets.UnmodifiableSet, DoubleSortedSets.EmptySet, DoubleSortedSets.Singleton, DoubleSortedSets.SynchronizedSortedSet, DoubleSortedSets.UnmodifiableSortedSet

public interface DoubleSet
extends DoubleCollection, Set<Double>
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens (again) iterator().

See Also:
Set