Table of Contents

Class ArrayMap

Namespace
Android.Util
Assembly
MASES.Netdroid.dll
public class ArrayMap : Map, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ArrayMap
Implements
Inherited Members
Extension Methods

Constructors

ArrayMap()

public ArrayMap()

ArrayMap(ArrayMap)

public ArrayMap(ArrayMap arg0)

Parameters

arg0 ArrayMap

ArrayMap

ArrayMap(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ArrayMap(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

ArrayMap(int)

public ArrayMap(int arg0)

Parameters

arg0 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Clear()

public void Clear()

ContainsAll(Collection)

public bool ContainsAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

ContainsKey(object)

public bool ContainsKey(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

ContainsValue(object)

public bool ContainsValue(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for ArrayMap()

public static ArrayMap CreatePoolableInstance()

Returns

ArrayMap

CreatePoolableInstance(ArrayMap)

HPA initializer for ArrayMap(Android.Util.ArrayMap arg0)

public static ArrayMap CreatePoolableInstance(ArrayMap arg0)

Parameters

arg0 ArrayMap

Returns

ArrayMap

CreatePoolableInstance(int)

HPA initializer for ArrayMap(int arg0)

public static ArrayMap CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

ArrayMap

EnsureCapacity(int)

public void EnsureCapacity(int arg0)

Parameters

arg0 int

int

EntrySet()

public Set EntrySet()

Returns

Set

Set

ForEach(BiConsumer)

public void ForEach(BiConsumer arg0)

Parameters

arg0 BiConsumer

BiConsumer

Get(object)

public object Get(object arg0)

Parameters

arg0 object

object

Returns

object

object

IndexOfKey(object)

public int IndexOfKey(object arg0)

Parameters

arg0 object

object

Returns

int

int

IndexOfValue(object)

public int IndexOfValue(object arg0)

Parameters

arg0 object

object

Returns

int

int

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

KeyAt(int)

public object KeyAt(int arg0)

Parameters

arg0 int

int

Returns

object

object

KeySet()

public Set KeySet()

Returns

Set

Set

Put(object, object)

public object Put(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

object

object

PutAll(ArrayMap)

public void PutAll(ArrayMap arg0)

Parameters

arg0 ArrayMap

ArrayMap

PutAll(Map)

public void PutAll(Map arg0)

Parameters

arg0 Map

Map

Remove(object)

public object Remove(object arg0)

Parameters

arg0 object

object

Returns

object

object

RemoveAll(Collection)

public bool RemoveAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

RemoveAt(int)

public object RemoveAt(int arg0)

Parameters

arg0 int

int

Returns

object

object

ReplaceAll(BiFunction)

public void ReplaceAll(BiFunction arg0)

Parameters

arg0 BiFunction

BiFunction

RetainAll(Collection)

public bool RetainAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

SetValueAt(int, object)

public object SetValueAt(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Returns

object

object

Size()

public int Size()

Returns

int

int

ValueAt(int)

public object ValueAt(int arg0)

Parameters

arg0 int

int

Returns

object

object

Values()

public Collection Values()

Returns

Collection

Collection