public interface IntSet extends IntIterable
| Modifier and Type | Method and Description |
|---|---|
<V> SetIterable<V> |
collect(IntToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object). |
IntSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
IntSet |
reject(IntPredicate predicate) |
IntSet |
select(IntPredicate predicate) |
ImmutableIntSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, 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().IntSet select(IntPredicate predicate)
select in interface IntIterableIntSet reject(IntPredicate predicate)
reject in interface IntIterable<V> SetIterable<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableIntSet freeze()
ImmutableIntSet toImmutable()
Copyright © 2004–2017. All rights reserved.