| 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 |
LazyShortIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ShortIterable |
RichIterable.collectShort(ShortFunction<? super T> shortFunction)
Returns a new primitive
short iterable with the results of applying the specified function on each element
of the source collection. |
ShortIterable |
ShortIterable.reject(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
ShortIterable |
ShortIterable.select(ShortPredicate predicate)
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
default ShortIterable |
ShortIterable.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default RichIterable<ShortIterable> |
ShortIterable.chunk(int size)
Partitions elements in fixed size chunks.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ShortIterable.containsAll(ShortIterable source)
Returns true if all of the values specified in the source ShortIterable are contained
in the ShortIterable, and false if they are not.
|
default boolean |
ShortIterable.containsAny(ShortIterable source)
Returns true if any of the values specified in the source ShortIterable are contained
in the ShortIterable, and false if they are not.
|
default boolean |
ShortIterable.containsNone(ShortIterable source)
Returns true if none of the values specified in the source ShortIterable are contained
in the ShortIterable, and false if they are.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableShortCollection> |
RichIterable.flatCollectShort(Function<? super T,? extends ShortIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableShortBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
interface |
ShortBag
This file was automatically generated from template file primitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBag |
ImmutableShortBag.newWithAll(ShortIterable elements) |
ImmutableShortBag |
ImmutableShortBag.newWithoutAll(ShortIterable elements) |
MutableShortBag |
MutableShortBag.withAll(ShortIterable elements) |
MutableShortBag |
MutableShortBag.withoutAll(ShortIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableShortCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableShortCollection.addAll(ShortIterable source) |
ImmutableShortCollection |
ImmutableShortCollection.newWithAll(ShortIterable elements) |
ImmutableShortCollection |
ImmutableShortCollection.newWithoutAll(ShortIterable elements) |
boolean |
MutableShortCollection.removeAll(ShortIterable source) |
boolean |
MutableShortCollection.retainAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.withoutAll(ShortIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortBag |
MutableShortBagFactory.ofAll(ShortIterable items)
|
ImmutableShortBag |
ImmutableShortBagFactory.ofAll(ShortIterable items)
|
MutableShortBag |
MutableShortBagFactory.withAll(ShortIterable items) |
ImmutableShortBag |
ImmutableShortBagFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortList |
MutableShortListFactory.ofAll(ShortIterable items)
|
ImmutableShortList |
ImmutableShortListFactory.ofAll(ShortIterable items)
|
MutableShortList |
MutableShortListFactory.withAll(ShortIterable items) |
ImmutableShortList |
ImmutableShortListFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
MutableShortSetFactory.ofAll(ShortIterable items)
|
ImmutableShortSet |
ImmutableShortSetFactory.ofAll(ShortIterable items)
|
MutableShortSet |
MutableShortSetFactory.withAll(ShortIterable items) |
ImmutableShortSet |
ImmutableShortSetFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortStack |
MutableShortStackFactory.ofAll(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAll(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.ofAllReversed(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAllReversed(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.withAll(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactory.withAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactory.withAllReversed(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactory.withAllReversed(ShortIterable items) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
interface |
ShortList
This file was automatically generated from template file primitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutableShortList.addAllAtIndex(int index,
ShortIterable source) |
ImmutableShortList |
ImmutableShortList.newWithAll(ShortIterable elements) |
ImmutableShortList |
ImmutableShortList.newWithoutAll(ShortIterable elements) |
MutableShortList |
MutableShortList.withAll(ShortIterable elements) |
MutableShortList |
MutableShortList.withoutAll(ShortIterable elements) |
default ListIterable<ShortShortPair> |
ShortList.zipShort(ShortIterable iterable)
Returns a
ListIterable formed from this ShortList and another ShortList by
combining corresponding elements in pairs. |
default MutableList<ShortShortPair> |
MutableShortList.zipShort(ShortIterable iterable)
Returns a
MutableList formed from this MutableShortList and another ShortList by
combining corresponding elements in pairs. |
default ImmutableList<ShortShortPair> |
ImmutableShortList.zipShort(ShortIterable iterable)
Returns an
ImmutableList formed from this ImmutableShortList and another ShortList by
combining corresponding elements in pairs. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectShortMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectShortMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
ObjectShortMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ShortValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortCharMap |
ImmutableShortCharMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortByteMap |
ImmutableShortByteMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortShortMap |
ImmutableShortShortMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortLongMap |
ImmutableShortLongMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortDoubleMap |
ImmutableShortDoubleMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortFloatMap |
ImmutableShortFloatMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortIntMap |
ImmutableShortIntMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithoutAllKeys(ShortIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist),
and return the copy as a new immutable map.
|
MutableShortBooleanMap |
MutableShortBooleanMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortCharMap |
MutableShortCharMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortByteMap |
MutableShortByteMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortShortMap |
MutableShortShortMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortLongMap |
MutableShortLongMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortDoubleMap |
MutableShortDoubleMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortFloatMap |
MutableShortFloatMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortIntMap |
MutableShortIntMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
MutableShortObjectMap<V> |
MutableShortObjectMap.withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedShortIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleShortIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableShortSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
interface |
ShortSet
This file was automatically generated from template file primitiveSet.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
ImmutableShortSet.newWithAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSet.newWithoutAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.withAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.withoutAll(ShortIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableShortStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
interface |
ShortStack
This file was automatically generated from template file primitiveStack.stg.
|
Copyright © 2004–2021. All rights reserved.