public final class SynchronizedFloatObjectMap<V> extends Object implements org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>, Serializable
MutableFloatObjectMap. It is imperative that the user manually synchronize on the collection when iterating over it using the
standard JDK iterator or JDK 5 for loop, as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitiveObjectMap.stg.
MutableFloatObjectMap.asSynchronized(),
MutableMap.asSynchronized(),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
<K,VV> org.eclipse.collections.api.map.MutableMap<K,VV> |
aggregateBy(org.eclipse.collections.api.block.function.Function<? super V,? extends K> groupBy,
org.eclipse.collections.api.block.function.Function0<? extends VV> zeroValueFactory,
org.eclipse.collections.api.block.function.Function2<? super VV,? super V,? extends VV> nonMutatingAggregator) |
<K,VV> org.eclipse.collections.api.map.MutableMap<K,VV> |
aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super V,? extends K> groupBy,
org.eclipse.collections.api.block.function.Function0<? extends VV> zeroValueFactory,
org.eclipse.collections.api.block.procedure.Procedure2<? super VV,? super V> mutatingAggregator) |
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
void |
appendString(Appendable appendable) |
void |
appendString(Appendable appendable,
String separator) |
void |
appendString(Appendable appendable,
String start,
String separator,
String end) |
org.eclipse.collections.api.LazyIterable<V> |
asLazy() |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
asSynchronized() |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
asUnmodifiable() |
org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<V>> |
chunk(int size) |
void |
clear() |
<VV> org.eclipse.collections.api.collection.MutableCollection<VV> |
collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV,R extends Collection<VV>> |
collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function,
R target) |
org.eclipse.collections.api.collection.primitive.MutableBooleanCollection |
collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> |
collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableByteCollection |
collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> |
collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableCharCollection |
collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V> charFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> |
collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V> charFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableDoubleCollection |
collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> |
collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableFloatCollection |
collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> |
collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction,
R target) |
<VV> org.eclipse.collections.api.bag.MutableBag<VV> |
collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate,
org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV,R extends Collection<VV>> |
collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate,
org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function,
R target) |
org.eclipse.collections.api.collection.primitive.MutableIntCollection |
collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> intFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> |
collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> intFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableLongCollection |
collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> longFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> |
collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> longFunction,
R target) |
org.eclipse.collections.api.collection.primitive.MutableShortCollection |
collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction) |
<R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> |
collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction,
R target) |
<P,VV> org.eclipse.collections.api.collection.MutableCollection<VV> |
collectWith(org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends VV> function,
P parameter) |
<P,VV,R extends Collection<VV>> |
collectWith(org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends VV> function,
P parameter,
R targetCollection) |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> source) |
boolean |
containsAllArguments(Object... elements) |
boolean |
containsAllIterable(Iterable<?> source) |
boolean |
containsKey(float key) |
boolean |
containsValue(Object value) |
int |
count(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> int |
countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
V |
detect(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
V |
detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate,
org.eclipse.collections.api.block.function.Function0<? extends V> function) |
<P> V |
detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P> V |
detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
org.eclipse.collections.api.block.function.Function0<? extends V> function) |
void |
each(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
boolean |
equals(Object obj) |
<VV> org.eclipse.collections.api.RichIterable<VV> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function) |
<VV,R extends Collection<VV>> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function,
R target) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
void |
forEachKey(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure) |
void |
forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.FloatObjectProcedure<? super V> procedure) |
void |
forEachValue(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
<P> void |
forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V,? super P> procedure,
P parameter) |
void |
forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure) |
V |
get(float key) |
V |
getFirst() |
V |
getIfAbsent(float key,
org.eclipse.collections.api.block.function.Function0<? extends V> ifAbsent) |
V |
getIfAbsentPut(float key,
org.eclipse.collections.api.block.function.Function0<? extends V> function) |
V |
getIfAbsentPut(float key,
V value) |
<P> V |
getIfAbsentPutWith(float key,
org.eclipse.collections.api.block.function.Function<? super P,? extends V> function,
P parameter) |
V |
getIfAbsentPutWithKey(float key,
org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function) |
V |
getLast() |
<VV> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<VV,V> |
groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV,R extends org.eclipse.collections.api.multimap.MutableMultimap<VV,V>> |
groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function,
R target) |
<VV> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<VV,V> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function) |
<VV,R extends org.eclipse.collections.api.multimap.MutableMultimap<VV,V>> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function,
R target) |
<VV> org.eclipse.collections.api.map.MutableMap<VV,V> |
groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV,R extends org.eclipse.collections.api.map.MutableMap<VV,V>> |
groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function,
R target) |
int |
hashCode() |
double |
injectInto(double injectedValue,
org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super V> function) |
float |
injectInto(float injectedValue,
org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super V> function) |
int |
injectInto(int injectedValue,
org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction<? super V> function) |
<IV> IV |
injectInto(IV injectedValue,
org.eclipse.collections.api.block.function.Function2<? super IV,? super V,? extends IV> function) |
long |
injectInto(long injectedValue,
org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction<? super V> function) |
boolean |
isEmpty() |
Iterator<V> |
iterator()
Must be called in a synchronized block.
|
org.eclipse.collections.api.set.primitive.MutableFloatSet |
keySet() |
org.eclipse.collections.api.LazyFloatIterable |
keysView() |
org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.FloatObjectPair<V>> |
keyValuesView() |
String |
makeString() |
String |
makeString(String separator) |
String |
makeString(String start,
String separator,
String end) |
V |
max() |
V |
max(Comparator<? super V> comparator) |
<VV extends Comparable<? super VV>> |
maxBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
V |
min() |
V |
min(Comparator<? super V> comparator) |
<VV extends Comparable<? super VV>> |
minBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> boolean |
noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
boolean |
notEmpty() |
org.eclipse.collections.api.partition.bag.PartitionMutableBag<V> |
partition(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<P> org.eclipse.collections.api.partition.bag.PartitionMutableBag<V> |
partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
V |
put(float key,
V value) |
void |
putAll(org.eclipse.collections.api.map.primitive.FloatObjectMap<? extends V> map) |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
reject(org.eclipse.collections.api.block.predicate.primitive.FloatObjectPredicate<? super V> predicate) |
org.eclipse.collections.api.collection.MutableCollection<V> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<R extends Collection<V>> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate,
R target) |
<P> org.eclipse.collections.api.collection.MutableCollection<V> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P,R extends Collection<V>> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
R targetCollection) |
V |
remove(float key) |
V |
removeKey(float key) |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
select(org.eclipse.collections.api.block.predicate.primitive.FloatObjectPredicate<? super V> predicate) |
org.eclipse.collections.api.collection.MutableCollection<V> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
<R extends Collection<V>> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate,
R target) |
<S> org.eclipse.collections.api.bag.MutableBag<S> |
selectInstancesOf(Class<S> clazz) |
<P> org.eclipse.collections.api.collection.MutableCollection<V> |
selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter) |
<P,R extends Collection<V>> |
selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate,
P parameter,
R targetCollection) |
int |
size() |
<V1> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByDouble(org.eclipse.collections.api.block.function.Function<V,V1> groupBy,
org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> function) |
<V1> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V1> |
sumByFloat(org.eclipse.collections.api.block.function.Function<V,V1> groupBy,
org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> function) |
<V1> org.eclipse.collections.api.map.primitive.ObjectLongMap<V1> |
sumByInt(org.eclipse.collections.api.block.function.Function<V,V1> groupBy,
org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> function) |
<V1> org.eclipse.collections.api.map.primitive.ObjectLongMap<V1> |
sumByLong(org.eclipse.collections.api.block.function.Function<V,V1> groupBy,
org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> function) |
double |
sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> function) |
double |
sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> function) |
long |
sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> function) |
long |
sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> function) |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
tap(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
org.eclipse.collections.api.bag.MutableBag<V> |
toBag() |
org.eclipse.collections.api.map.primitive.ImmutableFloatObjectMap<V> |
toImmutable() |
org.eclipse.collections.api.list.MutableList<V> |
toList() |
<NK,NV> org.eclipse.collections.api.map.MutableMap<NK,NV> |
toMap(org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
org.eclipse.collections.api.set.MutableSet<V> |
toSet() |
org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> |
toSortedBag() |
org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> |
toSortedBag(Comparator<? super V> comparator) |
<VV extends Comparable<? super VV>> |
toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
org.eclipse.collections.api.list.MutableList<V> |
toSortedList() |
org.eclipse.collections.api.list.MutableList<V> |
toSortedList(Comparator<? super V> comparator) |
<VV extends Comparable<? super VV>> |
toSortedListBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
<NK,NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK,NV> |
toSortedMap(Comparator<? super NK> comparator,
org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
<NK,NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK,NV> |
toSortedMap(org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction,
org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction) |
org.eclipse.collections.api.set.sorted.MutableSortedSet<V> |
toSortedSet() |
org.eclipse.collections.api.set.sorted.MutableSortedSet<V> |
toSortedSet(Comparator<? super V> comparator) |
<VV extends Comparable<? super VV>> |
toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
String |
toString() |
V |
updateValue(float key,
org.eclipse.collections.api.block.function.Function0<? extends V> factory,
org.eclipse.collections.api.block.function.Function<? super V,? extends V> function) |
<P> V |
updateValueWith(float key,
org.eclipse.collections.api.block.function.Function0<? extends V> factory,
org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends V> function,
P parameter) |
Collection<V> |
values() |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
withKeyValue(float key,
V value) |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
withoutAllKeys(org.eclipse.collections.api.FloatIterable keys) |
org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> |
withoutKey(float key) |
<S> org.eclipse.collections.api.bag.MutableBag<org.eclipse.collections.api.tuple.Pair<V,S>> |
zip(Iterable<S> that)
Deprecated.
in 7.0. Use
OrderedIterable.zip(Iterable) instead. |
<S,R extends Collection<org.eclipse.collections.api.tuple.Pair<V,S>>> |
zip(Iterable<S> that,
R target) |
org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V,Integer>> |
zipWithIndex()
Deprecated.
in 7.0. Use
OrderedIterable.zipWithIndex() instead. |
<R extends Collection<org.eclipse.collections.api.tuple.Pair<V,Integer>>> |
zipWithIndex(R target) |
forEach, spliteratorpublic V put(float key, V value)
put in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public void putAll(org.eclipse.collections.api.map.primitive.FloatObjectMap<? extends V> map)
putAll in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V removeKey(float key)
removeKey in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V remove(float key)
remove in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V getIfAbsentPut(float key, V value)
getIfAbsentPut in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V getIfAbsentPut(float key, org.eclipse.collections.api.block.function.Function0<? extends V> function)
getIfAbsentPut in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V getIfAbsentPutWithKey(float key, org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
getIfAbsentPutWithKey in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public <P> V getIfAbsentPutWith(float key, org.eclipse.collections.api.block.function.Function<? super P,? extends V> function, P parameter)
getIfAbsentPutWith in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V updateValue(float key, org.eclipse.collections.api.block.function.Function0<? extends V> factory, org.eclipse.collections.api.block.function.Function<? super V,? extends V> function)
updateValue in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public <P> V updateValueWith(float key, org.eclipse.collections.api.block.function.Function0<? extends V> factory, org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends V> function, P parameter)
updateValueWith in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public V get(float key)
get in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public V getIfAbsent(float key, org.eclipse.collections.api.block.function.Function0<? extends V> ifAbsent)
getIfAbsent in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public boolean containsKey(float key)
containsKey in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public boolean containsValue(Object value)
containsValue in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
public void forEachValue(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
forEachValue in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public void forEachKey(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure)
forEachKey in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.FloatObjectProcedure<? super V> procedure)
forEachKeyValue in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.FloatObjectPredicate<? super V> predicate)
public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.FloatObjectPredicate<? super V> predicate)
public int size()
size in interface org.eclipse.collections.api.RichIterable<V>public boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.RichIterable<V>public boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.RichIterable<V>public V getFirst()
getFirst in interface org.eclipse.collections.api.RichIterable<V>public V getLast()
getLast in interface org.eclipse.collections.api.RichIterable<V>public boolean contains(Object object)
contains in interface org.eclipse.collections.api.RichIterable<V>public boolean containsAllIterable(Iterable<?> source)
containsAllIterable in interface org.eclipse.collections.api.RichIterable<V>public boolean containsAll(Collection<?> source)
containsAll in interface org.eclipse.collections.api.RichIterable<V>public boolean containsAllArguments(Object... elements)
containsAllArguments in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.MutableCollection<V> select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
public <R extends Collection<V>> R select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate, R target)
select in interface org.eclipse.collections.api.RichIterable<V>public <P> org.eclipse.collections.api.collection.MutableCollection<V> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
public <P,R extends Collection<V>> R selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, R targetCollection)
selectWith in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.partition.bag.PartitionMutableBag<V> partition(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
public <P> org.eclipse.collections.api.partition.bag.PartitionMutableBag<V> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
public <S> org.eclipse.collections.api.bag.MutableBag<S> selectInstancesOf(Class<S> clazz)
@Deprecated public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V,Integer>> zipWithIndex()
OrderedIterable.zipWithIndex() instead.public <R extends Collection<org.eclipse.collections.api.tuple.Pair<V,Integer>>> R zipWithIndex(R target)
zipWithIndex in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<V>> chunk(int size)
chunk in interface org.eclipse.collections.api.RichIterable<V>public <K,VV> org.eclipse.collections.api.map.MutableMap<K,VV> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super V,? extends K> groupBy, org.eclipse.collections.api.block.function.Function0<? extends VV> zeroValueFactory, org.eclipse.collections.api.block.procedure.Procedure2<? super VV,? super V> mutatingAggregator)
public <K,VV> org.eclipse.collections.api.map.MutableMap<K,VV> aggregateBy(org.eclipse.collections.api.block.function.Function<? super V,? extends K> groupBy, org.eclipse.collections.api.block.function.Function0<? extends VV> zeroValueFactory, org.eclipse.collections.api.block.function.Function2<? super VV,? super V,? extends VV> nonMutatingAggregator)
public org.eclipse.collections.api.collection.MutableCollection<V> reject(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
public <R extends Collection<V>> R reject(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate, R target)
reject in interface org.eclipse.collections.api.RichIterable<V>public <P> org.eclipse.collections.api.collection.MutableCollection<V> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
public <P,R extends Collection<V>> R rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, R targetCollection)
rejectWith in interface org.eclipse.collections.api.RichIterable<V>public void clear()
clear in interface org.eclipse.collections.api.map.primitive.MutablePrimitiveObjectMap<V>public <VV> org.eclipse.collections.api.collection.MutableCollection<VV> collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V> booleanFunction, R target)
collectBoolean in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableByteCollection collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V> byteFunction, R target)
collectByte in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableCharCollection collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V> charFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V> charFunction, R target)
collectChar in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> doubleFunction, R target)
collectDouble in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableFloatCollection collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> floatFunction, R target)
collectFloat in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableIntCollection collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> intFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> intFunction, R target)
collectInt in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableLongCollection collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> longFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> longFunction, R target)
collectLong in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.collection.primitive.MutableShortCollection collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction)
public <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V> shortFunction, R target)
collectShort in interface org.eclipse.collections.api.RichIterable<V>public <P,VV> org.eclipse.collections.api.collection.MutableCollection<VV> collectWith(org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends VV> function, P parameter)
public <P,VV,R extends Collection<VV>> R collectWith(org.eclipse.collections.api.block.function.Function2<? super V,? super P,? extends VV> function, P parameter, R targetCollection)
collectWith in interface org.eclipse.collections.api.RichIterable<V>public <VV,R extends Collection<VV>> R collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function, R target)
collect in interface org.eclipse.collections.api.RichIterable<V>public <VV> org.eclipse.collections.api.bag.MutableBag<VV> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate, org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
public <VV,R extends Collection<VV>> R collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate, org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function, R target)
collectIf in interface org.eclipse.collections.api.RichIterable<V>public <VV> org.eclipse.collections.api.RichIterable<VV> flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function)
flatCollect in interface org.eclipse.collections.api.RichIterable<V>public <VV,R extends Collection<VV>> R flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function, R target)
flatCollect in interface org.eclipse.collections.api.RichIterable<V>public V detect(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
detect in interface org.eclipse.collections.api.RichIterable<V>public <P> V detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
detectWith in interface org.eclipse.collections.api.RichIterable<V>public V detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate, org.eclipse.collections.api.block.function.Function0<? extends V> function)
detectIfNone in interface org.eclipse.collections.api.RichIterable<V>public <P> V detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter, org.eclipse.collections.api.block.function.Function0<? extends V> function)
detectWithIfNone in interface org.eclipse.collections.api.RichIterable<V>public int count(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
count in interface org.eclipse.collections.api.RichIterable<V>public <P> int countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
countWith in interface org.eclipse.collections.api.RichIterable<V>public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
anySatisfy in interface org.eclipse.collections.api.RichIterable<V>public <P> boolean anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
anySatisfyWith in interface org.eclipse.collections.api.RichIterable<V>public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
allSatisfy in interface org.eclipse.collections.api.RichIterable<V>public <P> boolean allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
allSatisfyWith in interface org.eclipse.collections.api.RichIterable<V>public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
noneSatisfy in interface org.eclipse.collections.api.RichIterable<V>public <P> boolean noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V,? super P> predicate, P parameter)
noneSatisfyWith in interface org.eclipse.collections.api.RichIterable<V>public <IV> IV injectInto(IV injectedValue,
org.eclipse.collections.api.block.function.Function2<? super IV,? super V,? extends IV> function)
injectInto in interface org.eclipse.collections.api.RichIterable<V>public int injectInto(int injectedValue,
org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction<? super V> function)
injectInto in interface org.eclipse.collections.api.RichIterable<V>public long injectInto(long injectedValue,
org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction<? super V> function)
injectInto in interface org.eclipse.collections.api.RichIterable<V>public float injectInto(float injectedValue,
org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super V> function)
injectInto in interface org.eclipse.collections.api.RichIterable<V>public double injectInto(double injectedValue,
org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super V> function)
injectInto in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.list.MutableList<V> toList()
toList in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.list.MutableList<V> toSortedList()
toSortedList in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.list.MutableList<V> toSortedList(Comparator<? super V> comparator)
toSortedList in interface org.eclipse.collections.api.RichIterable<V>public <VV extends Comparable<? super VV>> org.eclipse.collections.api.list.MutableList<V> toSortedListBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
toSortedListBy in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.set.MutableSet<V> toSet()
toSet in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSet()
toSortedSet in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSet(Comparator<? super V> comparator)
toSortedSet in interface org.eclipse.collections.api.RichIterable<V>public <VV extends Comparable<? super VV>> org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
toSortedSetBy in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.bag.MutableBag<V> toBag()
toBag in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag()
toSortedBag in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag(Comparator<? super V> comparator)
toSortedBag in interface org.eclipse.collections.api.RichIterable<V>public <VV extends Comparable<? super VV>> org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
toSortedBagBy in interface org.eclipse.collections.api.RichIterable<V>public <NK,NV> org.eclipse.collections.api.map.MutableMap<NK,NV> toMap(org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction, org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toMap in interface org.eclipse.collections.api.RichIterable<V>public <NK,NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK,NV> toSortedMap(org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction, org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toSortedMap in interface org.eclipse.collections.api.RichIterable<V>public <NK,NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK,NV> toSortedMap(Comparator<? super NK> comparator, org.eclipse.collections.api.block.function.Function<? super V,? extends NK> keyFunction, org.eclipse.collections.api.block.function.Function<? super V,? extends NV> valueFunction)
toSortedMap in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.LazyIterable<V> asLazy()
asLazy in interface org.eclipse.collections.api.RichIterable<V>public Object[] toArray()
toArray in interface org.eclipse.collections.api.RichIterable<V>public <T> T[] toArray(T[] a)
toArray in interface org.eclipse.collections.api.RichIterable<V>public V min(Comparator<? super V> comparator)
min in interface org.eclipse.collections.api.RichIterable<V>public V max(Comparator<? super V> comparator)
max in interface org.eclipse.collections.api.RichIterable<V>public <VV extends Comparable<? super VV>> V maxBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
maxBy in interface org.eclipse.collections.api.RichIterable<V>public <VV extends Comparable<? super VV>> V minBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
minBy in interface org.eclipse.collections.api.RichIterable<V>public long sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> function)
sumOfInt in interface org.eclipse.collections.api.RichIterable<V>public double sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> function)
sumOfFloat in interface org.eclipse.collections.api.RichIterable<V>public long sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> function)
sumOfLong in interface org.eclipse.collections.api.RichIterable<V>public double sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> function)
sumOfDouble in interface org.eclipse.collections.api.RichIterable<V>public <V1> org.eclipse.collections.api.map.primitive.ObjectLongMap<V1> sumByInt(org.eclipse.collections.api.block.function.Function<V,V1> groupBy, org.eclipse.collections.api.block.function.primitive.IntFunction<? super V> function)
sumByInt in interface org.eclipse.collections.api.RichIterable<V>public <V1> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V1> sumByFloat(org.eclipse.collections.api.block.function.Function<V,V1> groupBy, org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V> function)
sumByFloat in interface org.eclipse.collections.api.RichIterable<V>public <V1> org.eclipse.collections.api.map.primitive.ObjectLongMap<V1> sumByLong(org.eclipse.collections.api.block.function.Function<V,V1> groupBy, org.eclipse.collections.api.block.function.primitive.LongFunction<? super V> function)
sumByLong in interface org.eclipse.collections.api.RichIterable<V>public <V1> org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V1> sumByDouble(org.eclipse.collections.api.block.function.Function<V,V1> groupBy, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V> function)
sumByDouble in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.set.primitive.MutableFloatSet keySet()
keySet in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public Collection<V> values()
values in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public org.eclipse.collections.api.LazyFloatIterable keysView()
keysView in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.FloatObjectPair<V>> keyValuesView()
keyValuesView in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public boolean equals(Object obj)
public int hashCode()
public String toString()
public String makeString()
makeString in interface org.eclipse.collections.api.RichIterable<V>public String makeString(String separator)
makeString in interface org.eclipse.collections.api.RichIterable<V>public String makeString(String start, String separator, String end)
makeString in interface org.eclipse.collections.api.RichIterable<V>public void appendString(Appendable appendable)
appendString in interface org.eclipse.collections.api.RichIterable<V>public void appendString(Appendable appendable, String separator)
appendString in interface org.eclipse.collections.api.RichIterable<V>public void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface org.eclipse.collections.api.RichIterable<V>public <VV> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<VV,V> groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
public <VV,R extends org.eclipse.collections.api.multimap.MutableMultimap<VV,V>> R groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function, R target)
groupBy in interface org.eclipse.collections.api.RichIterable<V>public <VV> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<VV,V> groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function)
public <VV,R extends org.eclipse.collections.api.multimap.MutableMultimap<VV,V>> R groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function, R target)
groupByEach in interface org.eclipse.collections.api.RichIterable<V>public <VV> org.eclipse.collections.api.map.MutableMap<VV,V> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
public <VV,R extends org.eclipse.collections.api.map.MutableMap<VV,V>> R groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function, R target)
groupByUniqueKey in interface org.eclipse.collections.api.RichIterable<V>@Deprecated public <S> org.eclipse.collections.api.bag.MutableBag<org.eclipse.collections.api.tuple.Pair<V,S>> zip(Iterable<S> that)
OrderedIterable.zip(Iterable) instead.public <S,R extends Collection<org.eclipse.collections.api.tuple.Pair<V,S>>> R zip(Iterable<S> that, R target)
zip in interface org.eclipse.collections.api.RichIterable<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> withKeyValue(float key, V value)
withKeyValue in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> withoutKey(float key)
withoutKey in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> withoutAllKeys(org.eclipse.collections.api.FloatIterable keys)
withoutAllKeys in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V> asSynchronized()
asSynchronized in interface org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<V>public org.eclipse.collections.api.map.primitive.ImmutableFloatObjectMap<V> toImmutable()
toImmutable in interface org.eclipse.collections.api.map.primitive.FloatObjectMap<V>public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
forEach in interface org.eclipse.collections.api.InternalIterable<V>public void each(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
each in interface org.eclipse.collections.api.RichIterable<V>public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> objectIntProcedure)
forEachWithIndex in interface org.eclipse.collections.api.InternalIterable<V>public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V,? super P> procedure, P parameter)
forEachWith in interface org.eclipse.collections.api.InternalIterable<V>Copyright © 2004–2018. All rights reserved.