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, retainAll
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableLongSet select(LongPredicate predicate)
select
in interface LongIterable
select
in interface LongSet
select
in interface MutableLongCollection
MutableLongSet reject(LongPredicate predicate)
reject
in interface LongIterable
reject
in interface LongSet
reject
in interface MutableLongCollection
<V> MutableSet<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
collect
in interface LongSet
collect
in interface MutableLongCollection
MutableLongSet with(long element)
with
in interface MutableLongCollection
MutableLongSet without(long element)
without
in interface MutableLongCollection
MutableLongSet withAll(LongIterable elements)
withAll
in interface MutableLongCollection
MutableLongSet withoutAll(LongIterable elements)
withoutAll
in interface MutableLongCollection
MutableLongSet asUnmodifiable()
asUnmodifiable
in interface MutableLongCollection
MutableLongSet asSynchronized()
asSynchronized
in interface MutableLongCollection
LongSet freeze()
ImmutableLongSet toImmutable()
toImmutable
in interface LongSet
toImmutable
in interface MutableLongCollection
Copyright © 2004–2016. All rights reserved.