public abstract class AbstractMutableShortKeySet extends Object implements org.eclipse.collections.api.set.primitive.MutableShortSet
| Constructor and Description |
|---|
AbstractMutableShortKeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(short element) |
boolean |
addAll(short... source) |
boolean |
addAll(org.eclipse.collections.api.ShortIterable source) |
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate 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.LazyShortIterable |
asLazy() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
asUnmodifiable() |
double |
average() |
void |
clear() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function) |
boolean |
contains(short value) |
boolean |
containsAll(short... source) |
boolean |
containsAll(org.eclipse.collections.api.ShortIterable source) |
int |
count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
short |
detectIfNone(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate,
short ifNone) |
void |
each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure) |
boolean |
equals(Object obj) |
void |
forEach(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure) |
int |
hashCode() |
<T> T |
injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction<? super T,? extends T> function) |
boolean |
isEmpty() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
short |
max() |
short |
maxIfEmpty(short defaultValue) |
double |
median() |
short |
min() |
short |
minIfEmpty(short defaultValue) |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
notEmpty() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
boolean |
remove(short key) |
boolean |
removeAll(short... source) |
boolean |
removeAll(org.eclipse.collections.api.ShortIterable source) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
int |
size() |
long |
sum() |
short[] |
toArray() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
toBag() |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
toImmutable() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toList() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
toSet() |
short[] |
toSortedArray() |
org.eclipse.collections.api.list.primitive.MutableShortList |
toSortedList() |
String |
toString() |
org.eclipse.collections.api.set.primitive.MutableShortSet |
with(short element) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
withAll(org.eclipse.collections.api.ShortIterable elements) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
without(short element) |
org.eclipse.collections.api.set.primitive.MutableShortSet |
withoutAll(org.eclipse.collections.api.ShortIterable elements) |
public void forEach(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure)
forEach in interface org.eclipse.collections.api.ShortIterablepublic void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure)
each in interface org.eclipse.collections.api.ShortIterablepublic int count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
count in interface org.eclipse.collections.api.ShortIterablepublic boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
anySatisfy in interface org.eclipse.collections.api.ShortIterablepublic boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
allSatisfy in interface org.eclipse.collections.api.ShortIterablepublic boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
noneSatisfy in interface org.eclipse.collections.api.ShortIterablepublic boolean add(short element)
add in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic boolean addAll(short... source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic boolean addAll(org.eclipse.collections.api.ShortIterable source)
addAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic org.eclipse.collections.api.set.primitive.MutableShortSet select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
select in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionselect in interface org.eclipse.collections.api.set.primitive.MutableShortSetselect in interface org.eclipse.collections.api.set.primitive.ShortSetselect in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate)
reject in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionreject in interface org.eclipse.collections.api.set.primitive.MutableShortSetreject in interface org.eclipse.collections.api.set.primitive.ShortSetreject in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet with(short element)
with in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic org.eclipse.collections.api.set.primitive.MutableShortSet without(short element)
without in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic org.eclipse.collections.api.set.primitive.MutableShortSet withAll(org.eclipse.collections.api.ShortIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic org.eclipse.collections.api.set.primitive.MutableShortSet withoutAll(org.eclipse.collections.api.ShortIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectioncollect in interface org.eclipse.collections.api.set.primitive.MutableShortSetcollect in interface org.eclipse.collections.api.set.primitive.ShortSetcollect in interface org.eclipse.collections.api.ShortIterablepublic boolean remove(short key)
remove in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic boolean removeAll(org.eclipse.collections.api.ShortIterable source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic boolean removeAll(short... source)
removeAll in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic void clear()
clear in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionpublic short detectIfNone(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate,
short ifNone)
detectIfNone in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic org.eclipse.collections.api.set.primitive.MutableShortSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableShortSetpublic long sum()
sum in interface org.eclipse.collections.api.ShortIterablepublic short max()
max in interface org.eclipse.collections.api.ShortIterablepublic short maxIfEmpty(short defaultValue)
maxIfEmpty in interface org.eclipse.collections.api.ShortIterablepublic short min()
min in interface org.eclipse.collections.api.ShortIterablepublic short minIfEmpty(short defaultValue)
minIfEmpty in interface org.eclipse.collections.api.ShortIterablepublic double average()
average in interface org.eclipse.collections.api.ShortIterablepublic double median()
median in interface org.eclipse.collections.api.ShortIterablepublic short[] toSortedArray()
toSortedArray in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toSortedList()
toSortedList in interface org.eclipse.collections.api.ShortIterablepublic short[] toArray()
toArray in interface org.eclipse.collections.api.ShortIterablepublic boolean contains(short value)
contains in interface org.eclipse.collections.api.ShortIterablepublic boolean containsAll(short... source)
containsAll in interface org.eclipse.collections.api.ShortIterablepublic boolean containsAll(org.eclipse.collections.api.ShortIterable source)
containsAll in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.list.primitive.MutableShortList toList()
toList in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.MutableShortSet toSet()
toSet in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.bag.primitive.MutableShortBag toBag()
toBag in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.LazyShortIterable asLazy()
asLazy in interface org.eclipse.collections.api.ShortIterablepublic <T> T injectInto(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction<? super T,? extends T> function)
injectInto in interface org.eclipse.collections.api.ShortIterablepublic org.eclipse.collections.api.set.primitive.ImmutableShortSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableShortCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.MutableShortSettoImmutable in interface org.eclipse.collections.api.set.primitive.ShortSetpublic 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.