public interface Int2IntBiMap
extends it.unimi.dsi.fastutil.ints.Int2IntMap
Int2IntMap
s.to get the inversed map
Modifier and Type | Method and Description |
---|---|
Int2IntBiMap |
inverse()
Returns the inverse of this bimap.
|
int |
put(int key,
int value)
Puts the key and value into the maps.
|
default void |
putAll(@NonNull java.util.Map<? extends java.lang.Integer,? extends java.lang.Integer> m)
Deprecated.
|
clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, entrySet, forEach, get, getOrDefault, getOrDefault, int2IntEntrySet, keySet, merge, merge, mergeInt, mergeInt, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, size, values
andThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsInt, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, get, identity, remove
Int2IntBiMap inverse()
int put(int key, int value)
put
in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
key
- keyvalue
- valuejava.lang.IllegalArgumentException
- if the value already exists in the map@Deprecated default void putAll(@NonNull java.util.Map<? extends java.lang.Integer,? extends java.lang.Integer> m)
putAll
in interface java.util.Map<java.lang.Integer,java.lang.Integer>