| 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 MutableByteCollection> |
RichIterable.collectByte(ByteFunction<? super T> byteFunction,
R target)
Same as
RichIterable.collectByte(ByteFunction), except that the results are gathered into the specified target
collection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutableCollection.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutableByteCollection.asSynchronized() |
MutableByteCollection |
MutableByteCollection.asUnmodifiable() |
MutableByteCollection |
MutableByteCollection.reject(BytePredicate predicate) |
MutableByteCollection |
MutableByteCollection.select(BytePredicate predicate) |
MutableByteCollection |
MutableByteCollection.with(byte element) |
MutableByteCollection |
MutableByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.without(byte element) |
MutableByteCollection |
MutableByteCollection.withoutAll(ByteIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutablePrimitiveObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
MutableByteCollection |
MutableByteValuesMap.reject(BytePredicate predicate) |
MutableByteCollection |
MutableObjectByteMap.reject(BytePredicate predicate) |
MutableByteCollection |
MutableByteValuesMap.select(BytePredicate predicate) |
MutableByteCollection |
MutableObjectByteMap.select(BytePredicate predicate) |
MutableByteCollection |
ByteValuesMap.values() |
MutableByteCollection |
ObjectByteMap.values() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2017. All rights reserved.