public class WeakKeyReference<K> extends WeakReference<K>
WeakKeyReference(K key, ReferenceQueue<K> queue)
boolean
equals(Object o)
int
hashCode()
clear, enqueue, get, isEnqueued
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public WeakKeyReference(K key, ReferenceQueue<K> queue)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
Copyright © 2025 fossc. All rights reserved.