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, shortIteratorequals, hashCodeallSatisfy, 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, toStringMutableShortSet select(ShortPredicate predicate)
select in interface MutableShortCollectionselect in interface ShortIterableselect in interface ShortSetMutableShortSet reject(ShortPredicate predicate)
reject in interface MutableShortCollectionreject in interface ShortIterablereject in interface ShortSet<V> MutableSet<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface MutableShortCollectioncollect in interface ShortIterablecollect in interface ShortSetMutableShortSet with(short element)
with in interface MutableShortCollectionMutableShortSet without(short element)
without in interface MutableShortCollectionMutableShortSet withAll(ShortIterable elements)
withAll in interface MutableShortCollectionMutableShortSet withoutAll(ShortIterable elements)
withoutAll in interface MutableShortCollectionMutableShortSet asUnmodifiable()
asUnmodifiable in interface MutableShortCollectionMutableShortSet asSynchronized()
asSynchronized in interface MutableShortCollectionShortSet freeze()
ImmutableShortSet toImmutable()
toImmutable in interface MutableShortCollectiontoImmutable in interface ShortSetCopyright © 2004–2017. All rights reserved.