| 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.list.primitive |
This package contains implementations of the 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.string.immutable | |
| org.eclipse.collections.impl.tuple.primitive |
| Modifier and Type | Method | Description |
|---|---|---|
default <T> ImmutableList<IntObjectPair<T>> |
ImmutableIntList.zip(java.lang.Iterable<T> iterable) |
Returns an
ImmutableList formed from this ImmutableIntList and a ListIterable by
combining corresponding elements in pairs. |
default <T> ListIterable<IntObjectPair<T>> |
IntList.zip(java.lang.Iterable<T> iterable) |
Returns a
ListIterable formed from this IntList and a ListIterable by
combining corresponding elements in pairs. |
default <T> MutableList<IntObjectPair<T>> |
MutableIntList.zip(java.lang.Iterable<T> list) |
Returns a
MutableList formed from this MutableIntList and a ListIterable by
combining corresponding elements in pairs. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<IntObjectPair<V>> |
IntObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default V |
MutableIntObjectMap.putPair(IntObjectPair<V> keyValuePair) |
This method allows MutableIntObjectMap the ability to add an element in the form of IntObjectPair
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> MutableList<IntObjectPair<T>> |
IntArrayList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<IntObjectPair<T>> |
SynchronizedIntList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<IntObjectPair<T>> |
UnmodifiableIntList.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> ImmutableList<IntObjectPair<T>> |
IntInterval.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<IntObjectPair<V>> |
IntObjectHashMap.keyValuesView() |
|
RichIterable<IntObjectPair<V>> |
SynchronizedIntObjectMap.keyValuesView() |
|
RichIterable<IntObjectPair<V>> |
UnmodifiableIntObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
V |
SynchronizedIntObjectMap.putPair(IntObjectPair<V> keyValuePair) |
|
V |
UnmodifiableIntObjectMap.putPair(IntObjectPair<V> keyValuePair) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> ImmutableList<IntObjectPair<T>> |
CodePointAdapter.zip(java.lang.Iterable<T> iterable) |
|
<T> ImmutableList<IntObjectPair<T>> |
CodePointList.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IntObjectPairImpl<T> |
This file was automatically generated from template file primitiveObjectPairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> IntObjectPair<T> |
PrimitiveTuples.pair(int one,
T two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
IntObjectPairImpl.compareTo(IntObjectPair<T> that) |
Copyright © 2004–2018. All rights reserved.