@NotThreadSafe public class IntIntMap extends Object
| 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 |
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 put(int key,
int value)
public int remove(int key)
@Nonnegative public int size()
Copyright © 2014–2016 Philip Helger. All rights reserved.