Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
WeakHashMap « Collections Data Structure « Java
Java
Collections Data Structure
WeakHashMap
1.
To enable automatically release of the value, the value must be wrapped in a WeakReference object
2.
Create a WeakHashMap with a single element in it
3.
A WeakValueHashMap is implemented as a HashMap that maps keys to Weak Values
4.
Implements a combination of WeakHashMap and IdentityHashMap
5.
Weak ValueMap
6.
Weak Valued HashMap
7.
Weak Value HashMap
8.
Weak Identity Map
9.
A hashtable-based Map implementation with weak keys and using reference-equality in place of object-equality when comparing keys (and values).
10.
A hash table with
weak keys
, full concurrency of retrievals, and adjustable expected concurrency for updates.
11.
Map which stores items using SoftReference.