Uses of Class
org.javimmutable.collections.hash.EmptyHashMap
Packages that use EmptyHashMap
-
Uses of EmptyHashMap in org.javimmutable.collections.hash
Methods in org.javimmutable.collections.hash that return EmptyHashMapModifier and TypeMethodDescriptionstatic <K,
V> EmptyHashMap <K, V> HashMap.of()
Returns an empty hash map. -
Uses of EmptyHashMap in org.javimmutable.collections.serialization
Constructors in org.javimmutable.collections.serialization with parameters of type EmptyHashMap