monoandroid
namespace Java.Util
{
[Obsolete("Use the 'Java.Util.IMap' type. This class will be removed in a future release.")]
[Register("java/util/Map", DoNotGenerateAcw = true)]
public abstract class Map : Object
{
[JavaTypeParameters(new[] { "K", "V" })]
[Obsolete("Use 'Java.Util.IMap.Entry'. This class will be removed in a future release.")]
[Register("entry", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;", "", ApiSince = 30)]
public static IMapEntry! Entry(Object! k, Object! v);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Java.Util.IMap.Entry'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |