public class SynchronizedDoubleSet extends AbstractSynchronizedDoubleCollection implements 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| Constructor and Description |
|---|
SynchronizedDoubleSet(MutableDoubleSet set) |
SynchronizedDoubleSet(MutableDoubleSet set,
Object newLock) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, average, chunk, clear, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, doubleIterator, each, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reduce, reduceIfEmpty, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, sum, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringdifference, intersect, symmetricDifference, tap, unionadd, addAll, addAll, clear, doubleIterator, remove, removeAll, removeAll, removeIf, retainAll, retainAllisProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic SynchronizedDoubleSet(MutableDoubleSet set)
public SynchronizedDoubleSet(MutableDoubleSet set, Object newLock)
public static SynchronizedDoubleSet of(MutableDoubleSet set)
public static SynchronizedDoubleSet of(MutableDoubleSet set, Object lock)
public SynchronizedDoubleSet without(double element)
without in interface MutableDoubleCollectionwithout in interface MutableDoubleSetwithout in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet with(double element)
with in interface MutableDoubleCollectionwith in interface MutableDoubleSetwith in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet withAll(DoubleIterable elements)
withAll in interface MutableDoubleCollectionwithAll in interface MutableDoubleSetwithAll in class AbstractSynchronizedDoubleCollectionpublic SynchronizedDoubleSet withoutAll(DoubleIterable elements)
withoutAll in interface MutableDoubleCollectionwithoutAll in interface MutableDoubleSetwithoutAll in class AbstractSynchronizedDoubleCollectionpublic MutableDoubleSet select(DoublePredicate predicate)
select in interface MutableDoubleCollectionselect in interface DoubleIterableselect in interface DoubleSetselect in interface MutableDoubleSetselect in class AbstractSynchronizedDoubleCollectionpublic MutableDoubleSet reject(DoublePredicate predicate)
reject in interface MutableDoubleCollectionreject in interface DoubleIterablereject in interface DoubleSetreject in interface MutableDoubleSetreject in class AbstractSynchronizedDoubleCollectionpublic <V> MutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface MutableDoubleCollectioncollect in interface DoubleIterablecollect in interface DoubleSetcollect in interface MutableDoubleSetcollect in class AbstractSynchronizedDoubleCollectionpublic LazyIterable<DoubleDoublePair> cartesianProduct(DoubleSet set)
cartesianProduct in interface DoubleSetpublic boolean equals(Object otherSet)
public int hashCode()
public LazyDoubleIterable asLazy()
asLazy in interface DoubleIterableasLazy in class AbstractSynchronizedDoubleCollectionpublic MutableDoubleSet asUnmodifiable()
asUnmodifiable in interface MutableDoubleCollectionasUnmodifiable in interface MutableDoubleSetasUnmodifiable in class AbstractSynchronizedDoubleCollectionpublic MutableDoubleSet asSynchronized()
asSynchronized in interface MutableDoubleCollectionasSynchronized in interface MutableDoubleSetasSynchronized in class AbstractSynchronizedDoubleCollectionpublic DoubleSet freeze()
freeze in interface DoubleSetfreeze in interface MutableDoubleSetpublic ImmutableDoubleSet toImmutable()
toImmutable in interface MutableDoubleCollectiontoImmutable in interface DoubleSettoImmutable in interface MutableDoubleSettoImmutable in class AbstractSynchronizedDoubleCollectionpublic MutableDoubleSet newEmpty()
newEmpty in interface MutableDoubleCollectionnewEmpty in interface MutableDoubleSetCopyright © 2004–2022. All rights reserved.