AbstractMap.SimpleImmutableEntry.Value Property

Definition

Returns the value corresponding to this entry.

public virtual Java.Lang.Object? Value { [Android.Runtime.Register("getValue", "()Ljava/lang/Object;", "GetGetValueHandler")] get; }
[<get: Android.Runtime.Register("getValue", "()Ljava/lang/Object;", "GetGetValueHandler")>]
member this.Value : Java.Lang.Object

Property Value

the value corresponding to this entry

Implements

Attributes

Remarks

Returns the value corresponding to this entry.

Java documentation for java.util.AbstractMap.SimpleImmutableEntry.getValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to