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, retainAll
equals, hashCode
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableDoubleSet select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleSet
select
in interface MutableDoubleCollection
MutableDoubleSet reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleSet
reject
in interface MutableDoubleCollection
<V> MutableSet<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleSet
collect
in interface MutableDoubleCollection
MutableDoubleSet with(double element)
with
in interface MutableDoubleCollection
MutableDoubleSet without(double element)
without
in interface MutableDoubleCollection
MutableDoubleSet withAll(DoubleIterable elements)
withAll
in interface MutableDoubleCollection
MutableDoubleSet withoutAll(DoubleIterable elements)
withoutAll
in interface MutableDoubleCollection
MutableDoubleSet asUnmodifiable()
asUnmodifiable
in interface MutableDoubleCollection
MutableDoubleSet asSynchronized()
asSynchronized
in interface MutableDoubleCollection
DoubleSet freeze()
ImmutableDoubleSet toImmutable()
toImmutable
in interface DoubleSet
toImmutable
in interface MutableDoubleCollection
Copyright © 2004–2016. All rights reserved.