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, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean equals(Object o)
Set.equals(Object).int hashCode()
Set.hashCode().BooleanSet select(BooleanPredicate predicate)
select in interface BooleanIterableBooleanSet reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> SetIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableBooleanSet freeze()
ImmutableBooleanSet toImmutable()
Copyright © 2004–2017. All rights reserved.