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