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.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 <T> ImmutableList<ShortObjectPair<T>> |
ImmutableShortList.zip(Iterable<T> iterable) |
Returns an
ImmutableList formed from this ImmutableShortList and a ListIterable by
combining corresponding elements in pairs. |
default <T> MutableList<ShortObjectPair<T>> |
MutableShortList.zip(Iterable<T> list) |
Returns a
MutableList formed from this MutableShortList and a ListIterable by
combining corresponding elements in pairs. |
default <T> ListIterable<ShortObjectPair<T>> |
ShortList.zip(Iterable<T> iterable) |
Returns a
ListIterable formed from this ShortList and a ListIterable by
combining corresponding elements in pairs. |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortObjectPair<V>> |
ShortObjectMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
default V |
MutableShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) |
This method allows MutableShortObjectMap the ability to add an element in the form of
ShortObjectPair<V> . |
Modifier and Type | Method | Description |
---|---|---|
default MutableShortObjectMap<V> |
MutableShortObjectMap.withAllKeyValues(Iterable<ShortObjectPair<V>> keyValuePairs) |
Modifier and Type | Method | Description |
---|---|---|
<T> MutableList<ShortObjectPair<T>> |
ShortArrayList.zip(Iterable<T> iterable) |
|
<T> MutableList<ShortObjectPair<T>> |
SynchronizedShortList.zip(Iterable<T> iterable) |
|
<T> MutableList<ShortObjectPair<T>> |
UnmodifiableShortList.zip(Iterable<T> iterable) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortObjectPair<V>> |
ShortObjectHashMap.keyValuesView() |
|
RichIterable<ShortObjectPair<V>> |
SynchronizedShortObjectMap.keyValuesView() |
|
RichIterable<ShortObjectPair<V>> |
UnmodifiableShortObjectMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
V |
SynchronizedShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) |
|
V |
UnmodifiableShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortObjectPairImpl<T> |
This file was automatically generated from template file primitiveObjectPairImpl.stg
|
Modifier and Type | Method | Description |
---|---|---|
static <T> ShortObjectPair<T> |
PrimitiveTuples.pair(short one,
T two) |
Modifier and Type | Method | Description |
---|---|---|
int |
ShortObjectPairImpl.compareTo(ShortObjectPair<T> that) |
Copyright © 2004–2019. All rights reserved.