public static interface WeakTable.KeyGCHandler
| Modifier and Type | Method and Description |
|---|---|
void |
keyGC(Object value)
Called by WeakTable when it notices that a key has been
collected and the value still exists.
|
void keyGC(Object value)
value - The value associated with the collected keyCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.