| 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.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.factory.stack.primitive | |
| 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.ordered.primitive | |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LazyByteIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ByteIterable |
RichIterable.collectByte(ByteFunction<? super T> byteFunction)
Returns a new primitive
byte iterable with the results of applying the specified function on each element
of the source collection. |
ByteIterable |
ByteIterable.reject(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
ByteIterable |
ByteIterable.select(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
default ByteIterable |
ByteIterable.tap(ByteProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default RichIterable<ByteIterable> |
ByteIterable.chunk(int size)
Partitions elements in fixed size chunks.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteIterable.containsAll(ByteIterable source)
Returns true if the all of the values specified in the source ByteIterable are contained
in the ByteIterable, and false if they are not.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableByteCollection> |
RichIterable.flatCollectByte(Function<? super T,? extends ByteIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBag
This file was automatically generated from template file primitiveBag.stg.
|
interface |
ImmutableByteBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableByteBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
ImmutableByteBag.newWithAll(ByteIterable elements) |
ImmutableByteBag |
ImmutableByteBag.newWithoutAll(ByteIterable elements) |
MutableByteBag |
MutableByteBag.withAll(ByteIterable elements) |
MutableByteBag |
MutableByteBag.withoutAll(ByteIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableByteCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableByteCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableByteCollection.addAll(ByteIterable source) |
ImmutableByteCollection |
ImmutableByteCollection.newWithAll(ByteIterable elements) |
ImmutableByteCollection |
ImmutableByteCollection.newWithoutAll(ByteIterable elements) |
boolean |
MutableByteCollection.removeAll(ByteIterable source) |
boolean |
MutableByteCollection.retainAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.withoutAll(ByteIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteBag |
MutableByteBagFactory.ofAll(ByteIterable items)
|
ImmutableByteBag |
ImmutableByteBagFactory.ofAll(ByteIterable items)
|
MutableByteBag |
MutableByteBagFactory.withAll(ByteIterable items) |
ImmutableByteBag |
ImmutableByteBagFactory.withAll(ByteIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteList |
MutableByteListFactory.ofAll(ByteIterable items)
|
ImmutableByteList |
ImmutableByteListFactory.ofAll(ByteIterable items)
|
MutableByteList |
MutableByteListFactory.withAll(ByteIterable items) |
ImmutableByteList |
ImmutableByteListFactory.withAll(ByteIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteSet |
MutableByteSetFactory.ofAll(ByteIterable items)
|
ImmutableByteSet |
ImmutableByteSetFactory.ofAll(ByteIterable items)
|
MutableByteSet |
MutableByteSetFactory.withAll(ByteIterable items) |
ImmutableByteSet |
ImmutableByteSetFactory.withAll(ByteIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteStack |
MutableByteStackFactory.ofAll(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAll(ByteIterable items)
|
MutableByteStack |
MutableByteStackFactory.ofAllReversed(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAllReversed(ByteIterable items)
|
MutableByteStack |
MutableByteStackFactory.withAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactory.withAll(ByteIterable items) |
MutableByteStack |
MutableByteStackFactory.withAllReversed(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactory.withAllReversed(ByteIterable items) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableByteList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableByteList.addAllAtIndex(int index,
ByteIterable source) |
ImmutableByteList |
ImmutableByteList.newWithAll(ByteIterable elements) |
ImmutableByteList |
ImmutableByteList.newWithoutAll(ByteIterable elements) |
MutableByteList |
MutableByteList.withAll(ByteIterable elements) |
MutableByteList |
MutableByteList.withoutAll(ByteIterable elements) |
default ListIterable<ByteBytePair> |
ByteList.zipByte(ByteIterable iterable)
Returns a
ListIterable formed from this ByteList and another ByteList by
combining corresponding elements in pairs. |
default MutableList<ByteBytePair> |
MutableByteList.zipByte(ByteIterable iterable)
Returns a
MutableList formed from this MutableByteList and another ByteList by
combining corresponding elements in pairs. |
default ImmutableList<ByteBytePair> |
ImmutableByteList.zipByte(ByteIterable iterable)
Returns an
ImmutableList formed from this ImmutableByteList and another ByteList by
combining corresponding elements in pairs. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ByteValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
interface |
CharByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectByteMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableByteValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableCharByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectByteMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ObjectByteMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBooleanMap |
ImmutableByteBooleanMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteCharMap |
ImmutableByteCharMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteByteMap |
ImmutableByteByteMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteShortMap |
ImmutableByteShortMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteLongMap |
ImmutableByteLongMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteFloatMap |
ImmutableByteFloatMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteIntMap |
ImmutableByteIntMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
MutableByteBooleanMap |
MutableByteBooleanMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteCharMap |
MutableByteCharMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteByteMap |
MutableByteByteMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteShortMap |
MutableByteShortMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteLongMap |
MutableByteLongMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteDoubleMap |
MutableByteDoubleMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteFloatMap |
MutableByteFloatMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteIntMap |
MutableByteIntMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableByteObjectMap<V> |
MutableByteObjectMap.withoutAllKeys(ByteIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedByteIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleByteIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteSet
This file was automatically generated from template file primitiveSet.stg.
|
interface |
ImmutableByteSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableByteSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteSet |
ImmutableByteSet.newWithAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSet.newWithoutAll(ByteIterable elements) |
MutableByteSet |
MutableByteSet.withAll(ByteIterable elements) |
MutableByteSet |
MutableByteSet.withoutAll(ByteIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableByteStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableByteStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Copyright © 2004–2020. All rights reserved.