Uses of Class
java.util.WeakHashMap
Packages that useWeakHashMap
Package
Description
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses ofWeakHashMap injava.util
Methods injava.util that returnWeakHashMapModifier and TypeMethodDescriptionstatic <K,
V> WeakHashMap <K, V> WeakHashMap.newWeakHashMap
(int numMappings) Creates a new, empty WeakHashMap suitable for the expected number of mappings.