public interface ShortSet extends ShortIterable
| Modifier and Type | Method and Description |
|---|---|
<V> SetIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object). |
ShortSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
ShortSet |
reject(ShortPredicate predicate) |
ShortSet |
select(ShortPredicate predicate) |
ImmutableShortSet |
toImmutable()
Returns an immutable copy of this set.
|
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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean equals(Object o)
Set.equals(Object).int hashCode()
Set.hashCode().ShortSet select(ShortPredicate predicate)
select in interface ShortIterableShortSet reject(ShortPredicate predicate)
reject in interface ShortIterable<V> SetIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableShortSet freeze()
ImmutableShortSet toImmutable()
Copyright © 2004–2017. All rights reserved.