@NotThreadSafe public class IntFloatMap extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static float |
NO_VALUE |
| Constructor and Description |
|---|
IntFloatMap() |
IntFloatMap(int nSize) |
IntFloatMap(int nSize,
float fFillFactor) |
| Modifier and Type | Method and Description |
|---|---|
float |
computeIfAbsent(int key,
IIntToFloatFunction aProvider) |
float |
get(int key) |
float |
get(int key,
float fDefault) |
float |
put(int key,
float value) |
float |
remove(int key) |
int |
size() |
public static final float NO_VALUE
public IntFloatMap()
public IntFloatMap(int nSize)
public IntFloatMap(int nSize,
float fFillFactor)
public float get(int key)
public float get(int key,
float fDefault)
public float computeIfAbsent(int key,
@Nonnull
IIntToFloatFunction aProvider)
public float put(int key,
float value)
public float remove(int key)
@Nonnegative public int size()
Copyright © 2014–2017 Philip Helger. All rights reserved.