| 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<ByteDoublePair> |
ByteDoubleMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableByteDoubleMap.putPair(ByteDoublePair keyValuePair) |
This method allows MutableByteDoubleMap the ability to add an element in the form of ByteDoublePair.
|
| Modifier and Type | Method | Description |
|---|---|---|
default MutableByteDoubleMap |
MutableByteDoubleMap.withAllKeyValues(java.lang.Iterable<ByteDoublePair> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ByteDoublePair> |
ByteDoubleHashMap.keyValuesView() |
|
RichIterable<ByteDoublePair> |
SynchronizedByteDoubleMap.keyValuesView() |
|
RichIterable<ByteDoublePair> |
UnmodifiableByteDoubleMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedByteDoubleMap.putPair(ByteDoublePair keyValuePair) |
|
void |
UnmodifiableByteDoubleMap.putPair(ByteDoublePair keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ByteDoublePairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static ByteDoublePair |
PrimitiveTuples.pair(byte one,
double two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ByteDoublePairImpl.compareTo(ByteDoublePair that) |
Copyright © 2004–2020. All rights reserved.