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