Package | Description |
---|---|
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.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.tuple.primitive |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableList<ShortShortPair> |
ImmutableShortList.zipShort(ShortIterable iterable) |
Returns an
ImmutableList formed from this ImmutableShortList 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 ListIterable<ShortShortPair> |
ShortList.zipShort(ShortIterable iterable) |
Returns a
ListIterable formed from this ShortList and another ShortList by
combining corresponding elements in pairs. |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortShortPair> |
ShortShortMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
default void |
MutableShortShortMap.putPair(ShortShortPair keyValuePair) |
This method allows MutableShortShortMap the ability to add an element in the form of ShortShortPair.
|
Modifier and Type | Method | Description |
---|---|---|
default MutableShortShortMap |
MutableShortShortMap.withAllKeyValues(Iterable<ShortShortPair> keyValuePairs) |
Modifier and Type | Method | Description |
---|---|---|
static <A,B> LazyIterable<ShortShortPair> |
ShortSets.cartesianProduct(ShortSet set1,
ShortSet set2) |
Modifier and Type | Method | Description |
---|---|---|
MutableList<ShortShortPair> |
ShortArrayList.zipShort(ShortIterable iterable) |
|
MutableList<ShortShortPair> |
SynchronizedShortList.zipShort(ShortIterable iterable) |
|
MutableList<ShortShortPair> |
UnmodifiableShortList.zipShort(ShortIterable iterable) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortShortPair> |
ShortShortHashMap.keyValuesView() |
|
RichIterable<ShortShortPair> |
SynchronizedShortShortMap.keyValuesView() |
|
RichIterable<ShortShortPair> |
UnmodifiableShortShortMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedShortShortMap.putPair(ShortShortPair keyValuePair) |
|
void |
UnmodifiableShortShortMap.putPair(ShortShortPair keyValuePair) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortShortPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
Modifier and Type | Method | Description |
---|---|---|
static ShortShortPair |
PrimitiveTuples.pair(short one,
short two) |
Modifier and Type | Method | Description |
---|---|---|
int |
ShortShortPairImpl.compareTo(ShortShortPair that) |
Copyright © 2004–2019. All rights reserved.