public interface BooleanSet extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
<V> SetIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object) . |
BooleanSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode() . |
BooleanSet |
reject(BooleanPredicate predicate) |
BooleanSet |
select(BooleanPredicate predicate) |
ImmutableBooleanSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean equals(Object o)
Set.equals(Object)
.int hashCode()
Set.hashCode()
.BooleanSet select(BooleanPredicate predicate)
select
in interface BooleanIterable
BooleanSet reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> SetIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
BooleanSet freeze()
ImmutableBooleanSet toImmutable()
Copyright © 2004–2016. All rights reserved.