public interface MutableShortSet extends MutableShortCollection, ShortSet
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
asSynchronized() |
MutableShortSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(ShortToObjectFunction<? extends V> function) |
ShortSet |
freeze()
Returns a frozen copy of this set.
|
MutableShortSet |
reject(ShortPredicate predicate) |
MutableShortSet |
select(ShortPredicate predicate) |
ImmutableShortSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableShortSet |
with(short element) |
MutableShortSet |
withAll(ShortIterable elements) |
MutableShortSet |
without(short element) |
MutableShortSet |
withoutAll(ShortIterable elements) |
add, addAll, addAll, clear, remove, removeAll, removeAll, retainAll, retainAll, shortIterator
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
MutableShortSet select(ShortPredicate predicate)
select
in interface MutableShortCollection
select
in interface ShortIterable
select
in interface ShortSet
MutableShortSet reject(ShortPredicate predicate)
reject
in interface MutableShortCollection
reject
in interface ShortIterable
reject
in interface ShortSet
<V> MutableSet<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface MutableShortCollection
collect
in interface ShortIterable
collect
in interface ShortSet
MutableShortSet with(short element)
with
in interface MutableShortCollection
MutableShortSet without(short element)
without
in interface MutableShortCollection
MutableShortSet withAll(ShortIterable elements)
withAll
in interface MutableShortCollection
MutableShortSet withoutAll(ShortIterable elements)
withoutAll
in interface MutableShortCollection
MutableShortSet asUnmodifiable()
asUnmodifiable
in interface MutableShortCollection
MutableShortSet asSynchronized()
asSynchronized
in interface MutableShortCollection
ShortSet freeze()
ImmutableShortSet toImmutable()
toImmutable
in interface MutableShortCollection
toImmutable
in interface ShortSet
Copyright © 2004–2016. All rights reserved.