| Package | Description |
|---|---|
| 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.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 |
|---|---|---|
RichIterable<ObjectCharPair<K>> |
ObjectCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableObjectCharMap.putPair(ObjectCharPair<K> keyValuePair) |
This method allows MutableObjectCharMap the ability to add an element in the form of ObjectCharPair
|
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ObjectCharPair<K>> |
ObjectCharHashMap.keyValuesView() |
|
RichIterable<ObjectCharPair<K>> |
ObjectCharHashMapWithHashingStrategy.keyValuesView() |
|
RichIterable<ObjectCharPair<K>> |
SynchronizedObjectCharMap.keyValuesView() |
|
RichIterable<ObjectCharPair<K>> |
UnmodifiableObjectCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedObjectCharMap.putPair(ObjectCharPair<K> keyValuePair) |
|
void |
UnmodifiableObjectCharMap.putPair(ObjectCharPair<K> keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ObjectCharPairImpl<T> |
This file was automatically generated from template file objectPrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> ObjectCharPair<T> |
PrimitiveTuples.pair(T one,
char two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ObjectCharPairImpl.compareTo(ObjectCharPair<T> that) |
Copyright © 2004–2018. All rights reserved.