it.unimi.dsi.fastutil.doubles
Interface DoubleSet

All Superinterfaces:
Collection, DoubleCollection, Set
All Known Subinterfaces:
DoubleSortedSet
All Known Implementing Classes:
AbstractDoubleSet, DoubleAVLTreeSet, DoubleLinkedOpenHashSet, DoubleOpenHashSet, DoubleRBTreeSet

public interface DoubleSet
extends Set, DoubleCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
add, addAll, contains, containsAll, doubleIterator, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArray