Android.Util.LruCache.EntryRemoved Method
Documentation for this section has not yet been entered.

Syntax

[Android.Runtime.Register("entryRemoved", "(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "GetEntryRemoved_ZLjava_lang_Object_Ljava_lang_Object_Ljava_lang_Object_Handler")]
protected virtual void EntryRemoved (bool evicted, Java.Lang.Object key, Java.Lang.Object oldValue, Java.Lang.Object newValue)

Parameters

evicted
Documentation for this section has not yet been entered.
key
Documentation for this section has not yet been entered.
oldValue
Documentation for this section has not yet been entered.
newValue
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12