-
-
Method Summary
int
computeIfAbsent(int key,
it.unimi.dsi.fastutil.ints.Int2IntFunction mappingFunction)
int
int
int
int
int
boolean
-
Field Details
-
DEFAULT_VALUE
static final int DEFAULT_VALUE
- See Also:
-
-
Method Details
-
get
int get(int key)
- Parameters:
key -
- Returns:
- 0 if the key is not present
-
put
int put(int key,
int value)
-
getDefaultValue
int getDefaultValue()
-
remove
int remove(int key)
-
remove
boolean remove(int key,
int value)
-
computeIfAbsent
int computeIfAbsent(int key,
it.unimi.dsi.fastutil.ints.Int2IntFunction mappingFunction)
-