| 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<FloatCharPair> |
FloatCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableFloatCharMap.putPair(FloatCharPair keyValuePair) |
This method allows MutableFloatCharMap the ability to add an element in the form of FloatCharPair.
|
| Modifier and Type | Method | Description |
|---|---|---|
default MutableFloatCharMap |
MutableFloatCharMap.withAllKeyValues(Iterable<FloatCharPair> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<FloatCharPair> |
FloatCharHashMap.keyValuesView() |
|
RichIterable<FloatCharPair> |
SynchronizedFloatCharMap.keyValuesView() |
|
RichIterable<FloatCharPair> |
UnmodifiableFloatCharMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedFloatCharMap.putPair(FloatCharPair keyValuePair) |
|
void |
UnmodifiableFloatCharMap.putPair(FloatCharPair keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FloatCharPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static FloatCharPair |
PrimitiveTuples.pair(float one,
char two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
FloatCharPairImpl.compareTo(FloatCharPair that) |
Copyright © 2004–2019. All rights reserved.