Package org.eclipse.net4j.util.ref
Schnittstelle KeyedReference<K,T>
- Alle bekannten Implementierungsklassen:
KeyedPhantomReference
,KeyedSoftReference
,KeyedStrongReference
,KeyedWeakReference
public interface KeyedReference<K,T>
- Autor:
- Eike Stepper
- Siehe auch:
-
Methodendetails
-
getType
ReferenceType getType() -
getKey
K getKey() -
get
T get()- Siehe auch:
-
clear
void clear()- Siehe auch:
-
isEnqueued
boolean isEnqueued()- Siehe auch:
-
enqueue
boolean enqueue()- Siehe auch:
-