public interface MutableDoubleSet extends MutableDoubleCollection, DoubleSet
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
asSynchronized() |
MutableDoubleSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(DoubleToObjectFunction<? extends V> function) |
DoubleSet |
freeze()
Returns a frozen copy of this set.
|
MutableDoubleSet |
reject(DoublePredicate predicate) |
MutableDoubleSet |
select(DoublePredicate predicate) |
ImmutableDoubleSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableDoubleSet |
with(double element) |
MutableDoubleSet |
withAll(DoubleIterable elements) |
MutableDoubleSet |
without(double element) |
MutableDoubleSet |
withoutAll(DoubleIterable elements) |
add, addAll, addAll, clear, doubleIterator, remove, removeAll, removeAll, retainAll, retainAllequals, hashCodeallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableDoubleSet select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface DoubleSetselect in interface MutableDoubleCollectionMutableDoubleSet reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleSetreject in interface MutableDoubleCollection<V> MutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface DoubleSetcollect in interface MutableDoubleCollectionMutableDoubleSet with(double element)
with in interface MutableDoubleCollectionMutableDoubleSet without(double element)
without in interface MutableDoubleCollectionMutableDoubleSet withAll(DoubleIterable elements)
withAll in interface MutableDoubleCollectionMutableDoubleSet withoutAll(DoubleIterable elements)
withoutAll in interface MutableDoubleCollectionMutableDoubleSet asUnmodifiable()
asUnmodifiable in interface MutableDoubleCollectionMutableDoubleSet asSynchronized()
asSynchronized in interface MutableDoubleCollectionDoubleSet freeze()
ImmutableDoubleSet toImmutable()
toImmutable in interface DoubleSettoImmutable in interface MutableDoubleCollectionCopyright © 2004–2017. All rights reserved.