| 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<ObjectFloatPair<K>> |
ObjectFloatMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableObjectFloatMap.putPair(ObjectFloatPair<K> keyValuePair) |
This method allows MutableObjectFloatMap the ability to add an element in the form of ObjectFloatPair
|
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ObjectFloatPair<K>> |
ObjectFloatHashMap.keyValuesView() |
|
RichIterable<ObjectFloatPair<K>> |
ObjectFloatHashMapWithHashingStrategy.keyValuesView() |
|
RichIterable<ObjectFloatPair<K>> |
SynchronizedObjectFloatMap.keyValuesView() |
|
RichIterable<ObjectFloatPair<K>> |
UnmodifiableObjectFloatMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedObjectFloatMap.putPair(ObjectFloatPair<K> keyValuePair) |
|
void |
UnmodifiableObjectFloatMap.putPair(ObjectFloatPair<K> keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ObjectFloatPairImpl<T> |
This file was automatically generated from template file objectPrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> ObjectFloatPair<T> |
PrimitiveTuples.pair(T one,
float two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ObjectFloatPairImpl.compareTo(ObjectFloatPair<T> that) |
Copyright © 2004–2018. All rights reserved.