@ThreadSafe public final class SynchronizedDoubleSet extends AbstractSynchronizedDoubleCollection implements org.eclipse.collections.api.set.primitive.MutableDoubleSet
MutableDoubleSet. It is imperative that the user manually synchronize on the collection when iterating over it using the
DoubleIterator, as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitiveSet.stg.
MutableDoubleSet.asSynchronized(),
MutableSet.asSynchronized(),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.LazyDoubleIterable |
asLazy() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
asUnmodifiable() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function) |
boolean |
equals(Object otherSet) |
org.eclipse.collections.api.set.primitive.DoubleSet |
freeze() |
int |
hashCode() |
static SynchronizedDoubleSet |
of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
static SynchronizedDoubleSet |
of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set,
Object lock)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate) |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
toImmutable() |
SynchronizedDoubleSet |
with(double element) |
SynchronizedDoubleSet |
withAll(org.eclipse.collections.api.DoubleIterable elements) |
SynchronizedDoubleSet |
without(double element) |
SynchronizedDoubleSet |
withoutAll(org.eclipse.collections.api.DoubleIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, average, clear, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, remove, removeAll, removeAll, retainAll, retainAll, size, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringadd, addAll, addAll, clear, doubleIterator, remove, removeAll, removeAll, retainAll, retainAllallSatisfy, anySatisfy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic static SynchronizedDoubleSet of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set)
public static SynchronizedDoubleSet of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set, Object lock)
public SynchronizedDoubleSet without(double element)
without in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwithout in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet with(double element)
with in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwith in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet withAll(org.eclipse.collections.api.DoubleIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwithAll in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet withoutAll(org.eclipse.collections.api.DoubleIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwithoutAll in class AbstractSynchronizedDoubleCollectionpublic org.eclipse.collections.api.set.primitive.MutableDoubleSet select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate)
select in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionselect in interface org.eclipse.collections.api.DoubleIterableselect in interface org.eclipse.collections.api.set.primitive.DoubleSetselect in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetselect in class AbstractSynchronizedDoubleCollectionpublic org.eclipse.collections.api.set.primitive.MutableDoubleSet reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate)
reject in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionreject in interface org.eclipse.collections.api.DoubleIterablereject in interface org.eclipse.collections.api.set.primitive.DoubleSetreject in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetreject in class AbstractSynchronizedDoubleCollectionpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectioncollect in interface org.eclipse.collections.api.DoubleIterablecollect in interface org.eclipse.collections.api.set.primitive.DoubleSetcollect in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetcollect in class AbstractSynchronizedDoubleCollectionpublic boolean equals(Object otherSet)
public int hashCode()
public org.eclipse.collections.api.LazyDoubleIterable asLazy()
asLazy in interface org.eclipse.collections.api.DoubleIterableasLazy in class AbstractSynchronizedDoubleCollectionpublic org.eclipse.collections.api.set.primitive.MutableDoubleSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetasUnmodifiable in class AbstractSynchronizedDoubleCollectionpublic org.eclipse.collections.api.set.primitive.MutableDoubleSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetasSynchronized in class AbstractSynchronizedDoubleCollectionpublic org.eclipse.collections.api.set.primitive.DoubleSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.DoubleSetfreeze in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.DoubleSettoImmutable in interface org.eclipse.collections.api.set.primitive.MutableDoubleSettoImmutable in class AbstractSynchronizedDoubleCollectionCopyright © 2004–2018. All rights reserved.