public interface MutableLongSet extends MutableLongCollection, LongSet
| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
asSynchronized() |
MutableLongSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(LongToObjectFunction<? extends V> function) |
LongSet |
freeze()
Returns a frozen copy of this set.
|
MutableLongSet |
reject(LongPredicate predicate) |
MutableLongSet |
select(LongPredicate predicate) |
ImmutableLongSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableLongSet |
with(long element) |
MutableLongSet |
withAll(LongIterable elements) |
MutableLongSet |
without(long element) |
MutableLongSet |
withoutAll(LongIterable elements) |
add, addAll, addAll, clear, longIterator, 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, toStringMutableLongSet select(LongPredicate predicate)
select in interface LongIterableselect in interface LongSetselect in interface MutableLongCollectionMutableLongSet reject(LongPredicate predicate)
reject in interface LongIterablereject in interface LongSetreject in interface MutableLongCollection<V> MutableSet<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterablecollect in interface LongSetcollect in interface MutableLongCollectionMutableLongSet with(long element)
with in interface MutableLongCollectionMutableLongSet without(long element)
without in interface MutableLongCollectionMutableLongSet withAll(LongIterable elements)
withAll in interface MutableLongCollectionMutableLongSet withoutAll(LongIterable elements)
withoutAll in interface MutableLongCollectionMutableLongSet asUnmodifiable()
asUnmodifiable in interface MutableLongCollectionMutableLongSet asSynchronized()
asSynchronized in interface MutableLongCollectionLongSet freeze()
ImmutableLongSet toImmutable()
toImmutable in interface LongSettoImmutable in interface MutableLongCollectionCopyright © 2004–2017. All rights reserved.