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, retainAllallSatisfy, 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, toStringMutableIntSet select(IntPredicate predicate)
select in interface IntIterableselect in interface IntSetselect in interface MutableIntCollectionMutableIntSet reject(IntPredicate predicate)
reject in interface IntIterablereject in interface IntSetreject in interface MutableIntCollection<V> MutableSet<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablecollect in interface IntSetcollect in interface MutableIntCollectionMutableIntSet with(int element)
with in interface MutableIntCollectionMutableIntSet without(int element)
without in interface MutableIntCollectionMutableIntSet withAll(IntIterable elements)
withAll in interface MutableIntCollectionMutableIntSet withoutAll(IntIterable elements)
withoutAll in interface MutableIntCollectionMutableIntSet asUnmodifiable()
asUnmodifiable in interface MutableIntCollectionMutableIntSet asSynchronized()
asSynchronized in interface MutableIntCollectionIntSet freeze()
ImmutableIntSet toImmutable()
toImmutable in interface IntSettoImmutable in interface MutableIntCollectionCopyright © 2004–2017. All rights reserved.