public abstract class AbstractDoubleSet extends AbstractDoubleCollection implements DoubleSet
ISizeProvider.CollectionSize| Constructor and Description |
|---|
AbstractDoubleSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractDoubleSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract DoubleIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remDouble, remove, removeAll, removeAll, retainAll, retainAll, toDoubleArray, toDoubleArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remDouble, remove, remove, spliterator, synchronize, synchronize, unmodifiableaddAll, clear, containsAll, 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, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic abstract DoubleIterator iterator()
DoubleCollectioniterator in interface java.lang.Iterable<java.lang.Double>iterator in interface java.util.Collection<java.lang.Double>iterator in interface java.util.Set<java.lang.Double>iterator in interface DoubleCollectioniterator in interface DoubleIterableiterator in interface DoubleSetiterator in class AbstractDoubleCollectionCollection.iterator()public AbstractDoubleSet copy()
DoubleCollectioncopy in interface DoubleCollectioncopy in interface DoubleSetcopy in class AbstractDoubleCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Double>hashCode in interface java.util.Set<java.lang.Double>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Double>equals in interface java.util.Set<java.lang.Double>equals in class java.lang.Object