public interface ImmutableShortSet extends ImmutableShortCollection, ShortSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortSet |
newWith(short element) |
ImmutableShortSet |
newWithAll(ShortIterable elements) |
ImmutableShortSet |
newWithout(short element) |
ImmutableShortSet |
newWithoutAll(ShortIterable elements) |
ImmutableShortSet |
reject(ShortPredicate predicate) |
ImmutableShortSet |
select(ShortPredicate predicate) |
equals, freeze, hashCode, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableShortSet select(ShortPredicate predicate)
select
in interface ImmutableShortCollection
select
in interface ShortIterable
select
in interface ShortSet
ImmutableShortSet reject(ShortPredicate predicate)
reject
in interface ImmutableShortCollection
reject
in interface ShortIterable
reject
in interface ShortSet
<V> ImmutableSet<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ImmutableShortCollection
collect
in interface ShortIterable
collect
in interface ShortSet
ImmutableShortSet newWith(short element)
newWith
in interface ImmutableShortCollection
ImmutableShortSet newWithout(short element)
newWithout
in interface ImmutableShortCollection
ImmutableShortSet newWithAll(ShortIterable elements)
newWithAll
in interface ImmutableShortCollection
ImmutableShortSet newWithoutAll(ShortIterable elements)
newWithoutAll
in interface ImmutableShortCollection
Copyright © 2004–2016. All rights reserved.