@NotThreadSafe public final class UnmodifiableDoubleSet extends AbstractUnmodifiableDoubleCollection implements org.eclipse.collections.api.set.primitive.MutableDoubleSet
| Modifier and Type | Method and Description |
|---|---|
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 UnmodifiableDoubleSet |
of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a UnmodifiableDoubleSet.
|
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() |
UnmodifiableDoubleSet |
with(double element) |
UnmodifiableDoubleSet |
withAll(org.eclipse.collections.api.DoubleIterable elements) |
UnmodifiableDoubleSet |
without(double element) |
UnmodifiableDoubleSet |
withoutAll(org.eclipse.collections.api.DoubleIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, 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, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic static UnmodifiableDoubleSet of(org.eclipse.collections.api.set.primitive.MutableDoubleSet set)
public UnmodifiableDoubleSet with(double element)
with in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwith in class AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet without(double element)
without in interface org.eclipse.collections.api.collection.primitive.MutableDoubleCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableDoubleSetwithout in class AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet 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 AbstractUnmodifiableDoubleCollectionpublic UnmodifiableDoubleSet 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 AbstractUnmodifiableDoubleCollectionpublic 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 AbstractUnmodifiableDoubleCollectionpublic 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 AbstractUnmodifiableDoubleCollectionpublic <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 AbstractUnmodifiableDoubleCollectionpublic boolean equals(Object otherSet)
public int hashCode()
public 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 AbstractUnmodifiableDoubleCollectionpublic 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 AbstractUnmodifiableDoubleCollectionpublic 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 AbstractUnmodifiableDoubleCollectionCopyright © 2004–2018. All rights reserved.