|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
protected static interface ConcurrentReferenceHashMap.Reference<K,V>
A reference to an ConcurrentReferenceHashMap.Entry contained in the map. Implementations are usually
wrappers around specific Java reference implementations (e.g., SoftReference).
| Method Summary | |
|---|---|
ConcurrentReferenceHashMap.Entry<K,V> |
get()
Returns the referenced entry or null if the entry is no longer
available. |
int |
getHash()
Returns the hash for the reference. |
ConcurrentReferenceHashMap.Reference<K,V> |
getNext()
Returns the next reference in the chain or null |
void |
release()
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge(). |
| Method Detail |
|---|
ConcurrentReferenceHashMap.Entry<K,V> get()
null if the entry is no longer
available.
nullint getHash()
ConcurrentReferenceHashMap.Reference<K,V> getNext()
null
nullvoid release()
ReferenceManager#pollForPurge().
|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||