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