| 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.string.immutable | |
| org.eclipse.collections.impl.tuple.primitive |
| Modifier and Type | Method | Description |
|---|---|---|
default <T> ListIterable<CharObjectPair<T>> |
CharList.zip(java.lang.Iterable<T> iterable) |
Returns a
ListIterable formed from this CharList and a ListIterable by
combining corresponding elements in pairs. |
default <T> ImmutableList<CharObjectPair<T>> |
ImmutableCharList.zip(java.lang.Iterable<T> iterable) |
Returns an
ImmutableList formed from this ImmutableCharList and a ListIterable by
combining corresponding elements in pairs. |
default <T> MutableList<CharObjectPair<T>> |
MutableCharList.zip(java.lang.Iterable<T> list) |
Returns a
MutableList formed from this MutableCharList and a ListIterable by
combining corresponding elements in pairs. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<CharObjectPair<V>> |
CharObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default V |
MutableCharObjectMap.putPair(CharObjectPair<V> keyValuePair) |
This method allows MutableCharObjectMap the ability to add an element in the form of
CharObjectPair<V>. |
| Modifier and Type | Method | Description |
|---|---|---|
default MutableCharObjectMap<V> |
MutableCharObjectMap.withAllKeyValues(java.lang.Iterable<CharObjectPair<V>> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> MutableList<CharObjectPair<T>> |
CharArrayList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<CharObjectPair<T>> |
SynchronizedCharList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<CharObjectPair<T>> |
UnmodifiableCharList.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<CharObjectPair<V>> |
CharObjectHashMap.keyValuesView() |
|
RichIterable<CharObjectPair<V>> |
SynchronizedCharObjectMap.keyValuesView() |
|
RichIterable<CharObjectPair<V>> |
UnmodifiableCharObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
V |
SynchronizedCharObjectMap.putPair(CharObjectPair<V> keyValuePair) |
|
V |
UnmodifiableCharObjectMap.putPair(CharObjectPair<V> keyValuePair) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> ImmutableList<CharObjectPair<T>> |
CharAdapter.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CharObjectPairImpl<T> |
This file was automatically generated from template file primitiveObjectPairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> CharObjectPair<T> |
PrimitiveTuples.pair(char one,
T two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
CharObjectPairImpl.compareTo(CharObjectPair<T> that) |
Copyright © 2004–2020. All rights reserved.