JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
C
E
G
I
K
P
R
S
V
W
W
WeakValueHashMap
<
K
,
V
> - Class in
ej.util.map
A weak value hash map is a map that store that keep only weak references on the values it contains.
WeakValueHashMap()
- Constructor for class ej.util.map.
WeakValueHashMap
Constructs an empty map with the default initial capacity (
16
) and the default load factor (0.75).
WeakValueHashMap(int)
- Constructor for class ej.util.map.
WeakValueHashMap
Constructs an empty map with the specified initial capacity and the default load factor (0.75).
C
E
G
I
K
P
R
S
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes