T - Element type@NotThreadSafe public class IntObjectMap<T> extends Object implements Serializable
| Constructor and Description |
|---|
IntObjectMap() |
IntObjectMap(int nSize) |
IntObjectMap(int nSize,
float fFillFactor) |
| Modifier and Type | Method and Description |
|---|---|
T |
computeIfAbsent(int key,
IntFunction<T> aProvider) |
T |
get(int key) |
T |
get(int key,
T aDefault) |
T |
put(int key,
T value) |
T |
remove(int key) |
int |
size() |
public static final Object NO_VALUE
Copyright © 2014–2017 Philip Helger. All rights reserved.