T
public class SoftObj<T> extends SoftReference<T> implements Ref<T>
SoftObj(T obj, ReferenceQueue<? super T> queue)
boolean
equals(Object other)
int
hashCode()
get
clear, clone, enqueue, isEnqueued
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public SoftObj(T obj, ReferenceQueue<? super T> queue)
obj
queue
ReferenceQueue
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Copyright © 2024. All rights reserved.