Interface WeakTable.KeyGCHandler

All Known Implementing Classes:
LeaseExpirationMgr
Enclosing class:
WeakTable

public static interface WeakTable.KeyGCHandler
Handler for clients that need to know when a key is removed from the table because it has been collected.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    keyGC(Object value)
    Called by WeakTable when it notices that a key has been collected and the value still exists.
  • Method Details

    • keyGC

      void keyGC(Object value)
      Called by WeakTable when it notices that a key has been collected and the value still exists.
      Parameters:
      value - The value associated with the collected key