public interface DoubleSet extends java.util.Set<java.lang.Double>, DoubleCollection
| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Double e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
DoubleIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remDouble(double o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(double o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default DoubleSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, primitiveStream, remIf, removeAll, removeIf, retainAll, toDoubleArray, toDoubleArrayforEach, forEachDoubleIterator iterator()
DoubleCollectioniterator in interface java.util.Collection<java.lang.Double>iterator in interface DoubleCollectioniterator in interface DoubleIterableiterator in interface java.lang.Iterable<java.lang.Double>iterator in interface java.util.Set<java.lang.Double>Collection.iterator()boolean remove(double o)
o - the element that should be removeddefault boolean remDouble(double o)
DoubleCollectionremDouble in interface DoubleCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Double e)
DoubleCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface java.util.Collection<java.lang.Double>add in interface DoubleCollectionadd in interface java.util.Set<java.lang.Double>@Deprecated default boolean contains(java.lang.Object o)
DoubleCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface java.util.Collection<java.lang.Double>contains in interface DoubleCollectioncontains in interface java.util.Set<java.lang.Double>@Deprecated default boolean remove(java.lang.Object o)
DoubleCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface java.util.Collection<java.lang.Double>remove in interface DoubleCollectionremove in interface java.util.Set<java.lang.Double>default DoubleSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Double>spliterator in interface DoubleCollectionspliterator in interface DoubleIterablespliterator in interface java.lang.Iterable<java.lang.Double>spliterator in interface java.util.Set<java.lang.Double>