JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.javimmutable.collections.setmap.HashSetMap
Packages that use
HashSetMap
Package
Description
org.javimmutable.collections.serialization
org.javimmutable.collections.setmap
Uses of
HashSetMap
in
org.javimmutable.collections.serialization
Constructors in
org.javimmutable.collections.serialization
with parameters of type
HashSetMap
Modifier
Constructor
Description
HashSetMapProxy
(
HashSetMap
map)
Uses of
HashSetMap
in
org.javimmutable.collections.setmap
Methods in
org.javimmutable.collections.setmap
that return
HashSetMap
Modifier and Type
Method
Description
static <K,
V>
HashSetMap
<K,
V>
HashSetMap.
of
()