public interface MutableIntSet extends MutableIntCollection, IntSet
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
asSynchronized() |
MutableIntSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(IntToObjectFunction<? extends V> function) |
IntSet |
freeze()
Returns a frozen copy of this set.
|
MutableIntSet |
reject(IntPredicate predicate) |
MutableIntSet |
select(IntPredicate predicate) |
ImmutableIntSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableIntSet |
with(int element) |
MutableIntSet |
withAll(IntIterable elements) |
MutableIntSet |
without(int element) |
MutableIntSet |
withoutAll(IntIterable elements) |
add, addAll, addAll, clear, intIterator, remove, removeAll, removeAll, retainAll, retainAll
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
MutableIntSet select(IntPredicate predicate)
select
in interface IntIterable
select
in interface IntSet
select
in interface MutableIntCollection
MutableIntSet reject(IntPredicate predicate)
reject
in interface IntIterable
reject
in interface IntSet
reject
in interface MutableIntCollection
<V> MutableSet<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
collect
in interface IntSet
collect
in interface MutableIntCollection
MutableIntSet with(int element)
with
in interface MutableIntCollection
MutableIntSet without(int element)
without
in interface MutableIntCollection
MutableIntSet withAll(IntIterable elements)
withAll
in interface MutableIntCollection
MutableIntSet withoutAll(IntIterable elements)
withoutAll
in interface MutableIntCollection
MutableIntSet asUnmodifiable()
asUnmodifiable
in interface MutableIntCollection
MutableIntSet asSynchronized()
asSynchronized
in interface MutableIntCollection
IntSet freeze()
ImmutableIntSet toImmutable()
toImmutable
in interface IntSet
toImmutable
in interface MutableIntCollection
Copyright © 2004–2016. All rights reserved.