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.
|
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
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.
|
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.with()
Same as
ImmutableByteBagFactory.empty() . |
ImmutableByteBag |
ImmutableByteBagFactory.with(byte... items) |
ImmutableByteBag |
ImmutableByteBagFactory.with(byte one) |
ImmutableByteBag |
ImmutableByteBagFactory.withAll(ByteIterable items) |
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 |
ImmutableIntByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableCharByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableFloatByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableShortByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableLongByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableDoubleByteMap.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableIntByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableCharByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableFloatByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableShortByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableLongByteMap.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableDoubleByteMap.select(BytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
AbstractImmutableBag.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
ImmutableByteBagFactoryImpl.empty() |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.of() |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.of(byte... items) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.of(byte one) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.with() |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.with(byte... items) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.with(byte one) |
ImmutableByteBag |
ImmutableByteBagFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
UnmodifiableByteBag.toImmutable() |
ImmutableByteBag |
SynchronizedByteBag.toImmutable() |
ImmutableByteBag |
ByteHashBag.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
AbstractImmutableBiMap.collectByte(ByteFunction<? super V> byteFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteBag |
AbstractImmutableMap.collectByte(ByteFunction<? super V> byteFunction) |
Copyright © 2004–2016. All rights reserved.