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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean equals(Object o)
Set.equals(Object)
.int hashCode()
Set.hashCode()
.IntSet select(IntPredicate predicate)
select
in interface IntIterable
IntSet reject(IntPredicate predicate)
reject
in interface IntIterable
<V> SetIterable<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
IntSet freeze()
ImmutableIntSet toImmutable()
Copyright © 2004–2016. All rights reserved.