public abstract class AbstractMutableCharKeySet extends Object implements org.eclipse.collections.api.set.primitive.MutableCharSet
| Constructor and Description |
|---|
AbstractMutableCharKeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(char element) |
boolean |
addAll(char... source) |
boolean |
addAll(org.eclipse.collections.api.CharIterable source) |
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
org.eclipse.collections.api.LazyCharIterable |
asLazy() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
asUnmodifiable() |
double |
average() |
void |
clear() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function) |
boolean |
contains(char value) |
boolean |
containsAll(char... source) |
boolean |
containsAll(org.eclipse.collections.api.CharIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
char |
detectIfNone(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
char ifNone) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure) |
boolean |
equals(Object obj) |
void |
forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure) |
int |
hashCode() |
<T> T |
injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T,? extends T> function) |
boolean |
isEmpty() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
char |
max() |
char |
maxIfEmpty(char defaultValue) |
double |
median() |
char |
min() |
char |
minIfEmpty(char defaultValue) |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
notEmpty() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
boolean |
remove(char key) |
boolean |
removeAll(char... source) |
boolean |
removeAll(org.eclipse.collections.api.CharIterable source) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
int |
size() |
long |
sum() |
char[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
toBag() |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
toImmutable() |
org.eclipse.collections.api.list.primitive.MutableCharList |
toList() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
toSet() |
char[] |
toSortedArray() |
org.eclipse.collections.api.list.primitive.MutableCharList |
toSortedList() |
String |
toString() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
with(char element) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
withAll(org.eclipse.collections.api.CharIterable elements) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
without(char element) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
withoutAll(org.eclipse.collections.api.CharIterable elements) |
public void forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
forEach in interface org.eclipse.collections.api.CharIterablepublic void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure procedure)
each in interface org.eclipse.collections.api.CharIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
count in interface org.eclipse.collections.api.CharIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.CharIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.CharIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.CharIterablepublic boolean add(char element)
add in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic boolean addAll(char... source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic boolean addAll(org.eclipse.collections.api.CharIterable source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic org.eclipse.collections.api.set.primitive.MutableCharSet select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
select in interface org.eclipse.collections.api.CharIterableselect in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionselect in interface org.eclipse.collections.api.set.primitive.CharSetselect in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
reject in interface org.eclipse.collections.api.CharIterablereject in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionreject in interface org.eclipse.collections.api.set.primitive.CharSetreject in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet with(char element)
with in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet without(char element)
without in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet withAll(org.eclipse.collections.api.CharIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet withoutAll(org.eclipse.collections.api.CharIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.CharIterablecollect in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectioncollect in interface org.eclipse.collections.api.set.primitive.CharSetcollect in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic boolean remove(char key)
remove in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic boolean removeAll(org.eclipse.collections.api.CharIterable source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic boolean removeAll(char... source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic void clear()
clear in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionpublic char detectIfNone(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate,
char ifNone)
detectIfNone in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.set.primitive.MutableCharSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.MutableCharSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic long sum()
sum in interface org.eclipse.collections.api.CharIterablepublic char max()
max in interface org.eclipse.collections.api.CharIterablepublic char maxIfEmpty(char defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.CharIterablepublic char min()
min in interface org.eclipse.collections.api.CharIterablepublic char minIfEmpty(char defaultValue)
minIfEmpty in interface org.eclipse.collections.api.CharIterablepublic double average()
average in interface org.eclipse.collections.api.CharIterablepublic double median()
median in interface org.eclipse.collections.api.CharIterablepublic char[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.list.primitive.MutableCharList toSortedList()
toSortedList in interface org.eclipse.collections.api.CharIterablepublic char[] toArray()
toArray in interface org.eclipse.collections.api.CharIterablepublic boolean contains(char value)
contains in interface org.eclipse.collections.api.CharIterablepublic boolean containsAll(char... source)
containsAll in interface org.eclipse.collections.api.CharIterablepublic boolean containsAll(org.eclipse.collections.api.CharIterable source)
containsAll in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.list.primitive.MutableCharList toList()
toList in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.set.primitive.MutableCharSet toSet()
toSet in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.bag.primitive.MutableCharBag toBag()
toBag in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.LazyCharIterable asLazy()
asLazy in interface org.eclipse.collections.api.CharIterablepublic <T> T injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T,? extends T> function)
injectInto in interface org.eclipse.collections.api.CharIterablepublic org.eclipse.collections.api.set.primitive.ImmutableCharSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.CharSettoImmutable in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic int size()
size in interface org.eclipse.collections.api.PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablepublic boolean equals(Object obj)
public int hashCode()
public String toString()
public String makeString()
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String separator)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface org.eclipse.collections.api.PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface org.eclipse.collections.api.PrimitiveIterableCopyright © 2004–2018. All rights reserved.