Class StringIntMap
java.lang.Object
io.micronaut.core.util.StringIntMap
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringIntMap
public StringIntMap(int size) Create a new map. The given size must not be exceeded byput(String, int)operations, or there may be infinite loops. There is no sanity check for this for performance reasons!- Parameters:
size- The maximum size of the map
-
-
Method Details
-
get
-
put
-