public interface ImmutableCharBag extends ImmutableCharCollection, CharBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharBag |
newWith(char element) |
ImmutableCharBag |
newWithAll(CharIterable elements) |
ImmutableCharBag |
newWithout(char element) |
ImmutableCharBag |
newWithoutAll(CharIterable elements) |
ImmutableCharBag |
reject(CharPredicate predicate) |
ImmutableCharBag |
select(CharPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toImmutableallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableCharBag select(CharPredicate predicate)
select in interface CharBagselect in interface CharIterableselect in interface ImmutableCharCollectionImmutableCharBag reject(CharPredicate predicate)
reject in interface CharBagreject in interface CharIterablereject in interface ImmutableCharCollection<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharBagcollect in interface CharIterablecollect in interface ImmutableCharCollectionImmutableCharBag newWith(char element)
newWith in interface ImmutableCharCollectionImmutableCharBag newWithout(char element)
newWithout in interface ImmutableCharCollectionImmutableCharBag newWithAll(CharIterable elements)
newWithAll in interface ImmutableCharCollectionImmutableCharBag newWithoutAll(CharIterable elements)
newWithoutAll in interface ImmutableCharCollectionCopyright © 2004–2016. All rights reserved.