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.
|
DoubleSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
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
|
default DoubleSet |
synchronize()
Creates a Wrapped Set that is Synchronized
|
default DoubleSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped Set that is Synchronized
|
default DoubleSet |
unmodifiable()
Creates a Wrapped Set that is unmodifiable
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toDoubleArray, toDoubleArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedDoubleIterator 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()DoubleSet copy()
DoubleCollectioncopy in interface DoubleCollectionboolean 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 DoubleSet synchronize()
synchronize in interface DoubleCollectionDoubleSets.synchronize(speiger.src.collections.doubles.sets.DoubleSet)default DoubleSet synchronize(java.lang.Object mutex)
synchronize in interface DoubleCollectionmutex - is the controller of the synchronization blockDoubleSets.synchronize(speiger.src.collections.doubles.sets.DoubleSet)default DoubleSet unmodifiable()
unmodifiable in interface DoubleCollectionDoubleSets.unmodifiable(speiger.src.collections.doubles.sets.DoubleSet)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>