MutableShortCollection, PrimitiveIterable, ShortIterable, ShortSetAbstractMutableShortKeySet, ShortHashSet, SynchronizedShortSet, UnmodifiableShortSetpublic interface MutableShortSet extends MutableShortCollection, ShortSet
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortSet |
asSynchronized() |
|
MutableShortSet |
asUnmodifiable() |
|
<V> MutableSet<V> |
collect(ShortToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ShortSet |
freeze() |
Returns a frozen copy of this set.
|
MutableShortSet |
reject(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
MutableShortSet |
select(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified 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, shortIteratorappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListMutableShortSet select(ShortPredicate predicate)
ShortIterableselect in interface MutableShortCollectionselect in interface ShortIterableselect in interface ShortSetMutableShortSet reject(ShortPredicate predicate)
ShortIterablereject in interface MutableShortCollectionreject in interface ShortIterablereject in interface ShortSet<V> MutableSet<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterablecollect 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.