| Package | Description |
|---|---|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutableBag.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutableByteBag.newWith(byte element) |
ImmutableByteBag |
ImmutableByteBag.newWithAll(ByteIterable elements) |
ImmutableByteBag |
ImmutableByteBag.newWithout(byte element) |
ImmutableByteBag |
ImmutableByteBag.newWithoutAll(ByteIterable elements) |
ImmutableByteBag |
ImmutableByteBag.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteBag.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
default ImmutableByteBag |
ImmutableByteBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.
|
default ImmutableByteBag |
ImmutableByteBag.tap(ByteProcedure procedure) |
ImmutableByteBag |
ByteBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableByteBag |
MutableByteBag.toImmutable()
Returns an immutable copy of this bag.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutableByteBagFactory.empty() |
ImmutableByteBag |
ImmutableByteBagFactory.of()
Same as
ImmutableByteBagFactory.empty(). |
ImmutableByteBag |
ImmutableByteBagFactory.of(byte... items)
Same as
ImmutableByteBagFactory.with(byte[]). |
ImmutableByteBag |
ImmutableByteBagFactory.of(byte one)
Same as
ImmutableByteBagFactory.with(byte). |
ImmutableByteBag |
ImmutableByteBagFactory.ofAll(ByteIterable items)
|
ImmutableByteBag |
ImmutableByteBagFactory.ofAll(Iterable<Byte> iterable)
|
ImmutableByteBag |
ImmutableByteBagFactory.with()
Same as
ImmutableByteBagFactory.empty(). |
ImmutableByteBag |
ImmutableByteBagFactory.with(byte... items) |
ImmutableByteBag |
ImmutableByteBagFactory.with(byte one) |
ImmutableByteBag |
ImmutableByteBagFactory.withAll(ByteIterable items) |
ImmutableByteBag |
ImmutableByteBagFactory.withAll(Iterable<Byte> iterable) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutableMap.collectByte(ByteFunction<? super V> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutablePrimitiveObjectMap.collectByte(ByteFunction<? super V> byteFunction) |
ImmutableByteBag |
ImmutableCharByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableShortByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableLongByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableDoubleByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableFloatByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableIntByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableCharByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableShortByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableLongByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableDoubleByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableFloatByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableIntByteMap.select(BytePredicate predicate) |
Copyright © 2004–2021. All rights reserved.