Package org.eclipse.net4j.util.ref
Interface KeyedReference<K,T>
- 
- All Known Implementing Classes:
- KeyedPhantomReference,- KeyedSoftReference,- KeyedStrongReference,- KeyedWeakReference
 
 public interface KeyedReference<K,T>- Author:
- Eike Stepper
- See Also:
- Reference
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()booleanenqueue()Tget()KgetKey()ReferenceTypegetType()booleanisEnqueued()
 
- 
- 
- 
Method Detail- 
getTypeReferenceType getType() 
 - 
getKeyK getKey() 
 - 
getT get() - See Also:
- Reference.get()
 
 - 
clearvoid clear() - See Also:
- Reference.clear()
 
 - 
isEnqueuedboolean isEnqueued() - See Also:
- Reference.isEnqueued()
 
 - 
enqueueboolean enqueue() - See Also:
- Reference.enqueue()
 
 
- 
 
-