JavaScript is disabled on your browser.
Description
Nested Class Summary
Method Summary
Method Details
get(long)
put(long, V)
remove(long)
entries()
containsKey(long)
Type Parameters:
V - the value type stored in the map.
All Superinterfaces:
Map <Long ,V>
All Known Implementing Classes:
LongObjectHashMap
Nested Class Summary
Nested Classes
static interface
A primitive entry in the map, provided by the iterator from
entries()
Nested classes/interfaces inherited from interface Map
Map.Entry <K,V>
Method Summary
All Methods Instance Methods Abstract Methods
boolean
Indicates whether or not this map contains a value for the specified key.
Gets an iterable to traverse over the primitive entries contained in this map.
Gets the value in the map with the specified key.
Puts the given entry into the map.
Removes the entry with the specified key.
Methods inherited from interface Map
clear , compute , computeIfAbsent , computeIfPresent , containsKey , containsValue , entrySet , equals , forEach , get , getOrDefault , hashCode , isEmpty , keySet , merge , put , putAll , putIfAbsent , remove , remove , replace , replace , replaceAll , size , values