public interface CharSet extends CharIterable
Modifier and Type | Method and Description |
---|---|
<V> SetIterable<V> |
collect(CharToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object) . |
CharSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode() . |
CharSet |
reject(CharPredicate predicate) |
CharSet |
select(CharPredicate predicate) |
ImmutableCharSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, 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()
.CharSet select(CharPredicate predicate)
select
in interface CharIterable
CharSet reject(CharPredicate predicate)
reject
in interface CharIterable
<V> SetIterable<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
CharSet freeze()
ImmutableCharSet toImmutable()
Copyright © 2004–2016. All rights reserved.