| 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.string.immutable | |
| org.eclipse.collections.impl.tuple.primitive |
| Modifier and Type | Method | Description |
|---|---|---|
default ListIterable<CharCharPair> |
CharList.zipChar(CharIterable iterable) |
Returns a
ListIterable formed from this CharList and another CharList by
combining corresponding elements in pairs. |
default ImmutableList<CharCharPair> |
ImmutableCharList.zipChar(CharIterable iterable) |
Returns an
ImmutableList formed from this ImmutableCharList and another CharList by
combining corresponding elements in pairs. |
default MutableList<CharCharPair> |
MutableCharList.zipChar(CharIterable iterable) |
Returns a
MutableList formed from this MutableCharList and another CharList by
combining corresponding elements in pairs. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<CharCharPair> |
CharCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableCharCharMap.putPair(CharCharPair keyValuePair) |
This method allows MutableCharCharMap the ability to add an element in the form of CharCharPair.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <A,B> LazyIterable<CharCharPair> |
CharSets.cartesianProduct(CharSet set1,
CharSet set2) |
| Modifier and Type | Method | Description |
|---|---|---|
MutableList<CharCharPair> |
CharArrayList.zipChar(CharIterable iterable) |
|
MutableList<CharCharPair> |
SynchronizedCharList.zipChar(CharIterable iterable) |
|
MutableList<CharCharPair> |
UnmodifiableCharList.zipChar(CharIterable iterable) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<CharCharPair> |
CharCharHashMap.keyValuesView() |
|
RichIterable<CharCharPair> |
SynchronizedCharCharMap.keyValuesView() |
|
RichIterable<CharCharPair> |
UnmodifiableCharCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedCharCharMap.putPair(CharCharPair keyValuePair) |
|
void |
UnmodifiableCharCharMap.putPair(CharCharPair keyValuePair) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableList<CharCharPair> |
CharAdapter.zipChar(CharIterable iterable) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CharCharPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static CharCharPair |
PrimitiveTuples.pair(char one,
char two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
CharCharPairImpl.compareTo(CharCharPair that) |
Copyright © 2004–2018. All rights reserved.