public interface DoubleSet extends DoubleCollection, Set<Double>
Set specialization with double elements.DoubleSetFactory| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Double e)
Deprecated.
Use specialization
DoubleCollection.add(double) instead |
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeDouble, removeIf, toArray, toArray, toArray, toDoubleArrayclear, ensureCapacity, isEmpty, shrink, size, sizeAsLong@Deprecated boolean add(@Nonnull Double e)
DoubleCollection.add(double) insteadDoubleCollection.add(Double).add in interface Collection<Double>add in interface DoubleCollectionadd in interface Set<Double>e - element whose presence in this collection is to be ensured