public abstract class AbstractMutableFloatKeySet extends Object implements org.eclipse.collections.api.set.primitive.MutableFloatSet
| Constructor and Description |
|---|
AbstractMutableFloatKeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(float element) |
boolean |
addAll(float... source) |
boolean |
addAll(org.eclipse.collections.api.FloatIterable source) |
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate 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.LazyFloatIterable |
asLazy() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
asUnmodifiable() |
double |
average() |
void |
clear() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function) |
boolean |
contains(float value) |
boolean |
containsAll(float... source) |
boolean |
containsAll(org.eclipse.collections.api.FloatIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
float |
detectIfNone(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
float ifNone) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure) |
boolean |
equals(Object obj) |
void |
forEach(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure) |
int |
hashCode() |
<T> T |
injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatToObjectFunction<? super T,? extends T> function) |
boolean |
isEmpty() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
float |
max() |
float |
maxIfEmpty(float defaultValue) |
double |
median() |
float |
min() |
float |
minIfEmpty(float defaultValue) |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
notEmpty() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
boolean |
remove(float key) |
boolean |
removeAll(float... source) |
boolean |
removeAll(org.eclipse.collections.api.FloatIterable source) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
int |
size() |
double |
sum() |
float[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
toBag() |
org.eclipse.collections.api.set.primitive.ImmutableFloatSet |
toImmutable() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
toList() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
toSet() |
float[] |
toSortedArray() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
toSortedList() |
String |
toString() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
with(float element) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
withAll(org.eclipse.collections.api.FloatIterable elements) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
without(float element) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
withoutAll(org.eclipse.collections.api.FloatIterable elements) |
public void forEach(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure)
forEach in interface org.eclipse.collections.api.FloatIterablepublic void each(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure)
each in interface org.eclipse.collections.api.FloatIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
count in interface org.eclipse.collections.api.FloatIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.FloatIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.FloatIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.FloatIterablepublic boolean add(float element)
add in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic boolean addAll(float... source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic boolean addAll(org.eclipse.collections.api.FloatIterable source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic org.eclipse.collections.api.set.primitive.MutableFloatSet select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
select in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionselect in interface org.eclipse.collections.api.FloatIterableselect in interface org.eclipse.collections.api.set.primitive.FloatSetselect in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
reject in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionreject in interface org.eclipse.collections.api.FloatIterablereject in interface org.eclipse.collections.api.set.primitive.FloatSetreject in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet with(float element)
with in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet without(float element)
without in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet withAll(org.eclipse.collections.api.FloatIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet withoutAll(org.eclipse.collections.api.FloatIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectioncollect in interface org.eclipse.collections.api.FloatIterablecollect in interface org.eclipse.collections.api.set.primitive.FloatSetcollect in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic boolean remove(float key)
remove in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic boolean removeAll(org.eclipse.collections.api.FloatIterable source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic boolean removeAll(float... source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic void clear()
clear in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionpublic float detectIfNone(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
float ifNone)
detectIfNone in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.set.primitive.MutableFloatSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic org.eclipse.collections.api.set.primitive.MutableFloatSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic double sum()
sum in interface org.eclipse.collections.api.FloatIterablepublic float max()
max in interface org.eclipse.collections.api.FloatIterablepublic float maxIfEmpty(float defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.FloatIterablepublic float min()
min in interface org.eclipse.collections.api.FloatIterablepublic float minIfEmpty(float defaultValue)
minIfEmpty in interface org.eclipse.collections.api.FloatIterablepublic double average()
average in interface org.eclipse.collections.api.FloatIterablepublic double median()
median in interface org.eclipse.collections.api.FloatIterablepublic float[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.list.primitive.MutableFloatList toSortedList()
toSortedList in interface org.eclipse.collections.api.FloatIterablepublic float[] toArray()
toArray in interface org.eclipse.collections.api.FloatIterablepublic boolean contains(float value)
contains in interface org.eclipse.collections.api.FloatIterablepublic boolean containsAll(float... source)
containsAll in interface org.eclipse.collections.api.FloatIterablepublic boolean containsAll(org.eclipse.collections.api.FloatIterable source)
containsAll in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.list.primitive.MutableFloatList toList()
toList in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.set.primitive.MutableFloatSet toSet()
toSet in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.bag.primitive.MutableFloatBag toBag()
toBag in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.LazyFloatIterable asLazy()
asLazy in interface org.eclipse.collections.api.FloatIterablepublic <T> T injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatToObjectFunction<? super T,? extends T> function)
injectInto in interface org.eclipse.collections.api.FloatIterablepublic org.eclipse.collections.api.set.primitive.ImmutableFloatSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.FloatSettoImmutable in interface org.eclipse.collections.api.set.primitive.MutableFloatSetpublic 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–2017. All rights reserved.