| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends MutableIntCollection> |
RichIterable.collectInt(IntFunction<? super T> intFunction,
R target)
Same as
RichIterable.collectInt(IntFunction), except that the results are gathered into the specified target
collection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableIntBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableIntCollection |
MutableCollection.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableIntCollection |
MutableIntCollection.asSynchronized() |
MutableIntCollection |
MutableIntCollection.asUnmodifiable() |
MutableIntCollection |
MutableIntCollection.reject(IntPredicate predicate) |
MutableIntCollection |
MutableIntCollection.select(IntPredicate predicate) |
MutableIntCollection |
MutableIntCollection.with(int element) |
MutableIntCollection |
MutableIntCollection.withAll(IntIterable elements) |
MutableIntCollection |
MutableIntCollection.without(int element) |
MutableIntCollection |
MutableIntCollection.withoutAll(IntIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableIntList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableIntCollection |
MutablePrimitiveObjectMap.collectInt(IntFunction<? super V> intFunction) |
MutableIntCollection |
MutableIntValuesMap.reject(IntPredicate predicate) |
MutableIntCollection |
MutableObjectIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
MutableIntValuesMap.select(IntPredicate predicate) |
MutableIntCollection |
MutableObjectIntMap.select(IntPredicate predicate) |
MutableIntCollection |
IntValuesMap.values() |
MutableIntCollection |
ObjectIntMap.values() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableIntSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2017. All rights reserved.