Table of Contents

Class ArraySet

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

Constructors

ArraySet()

public ArraySet()

ArraySet(ArraySet)

public ArraySet(ArraySet arg0)

Parameters

arg0 ArraySet

ArraySet

ArraySet(Collection)

public ArraySet(Collection arg0)

Parameters

arg0 Collection

Collection

ArraySet(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 ArraySet(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

ArraySet(int)

public ArraySet(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

Add(object)

public bool Add(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

AddAll(ArraySet)

public void AddAll(ArraySet arg0)

Parameters

arg0 ArraySet

ArraySet

AddAll(Collection)

public bool AddAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

Clear()

public void Clear()

Contains(object)

public bool Contains(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

ContainsAll(Collection)

public bool ContainsAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for ArraySet()

public static ArraySet CreatePoolableInstance()

Returns

ArraySet

CreatePoolableInstance(ArraySet)

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

public static ArraySet CreatePoolableInstance(ArraySet arg0)

Parameters

arg0 ArraySet

Returns

ArraySet

CreatePoolableInstance(Collection)

HPA initializer for ArraySet(Java.Util.Collection arg0)

public static ArraySet CreatePoolableInstance(Collection arg0)

Parameters

arg0 Collection

Returns

ArraySet

CreatePoolableInstance(int)

HPA initializer for ArraySet(int arg0)

public static ArraySet CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

ArraySet

EnsureCapacity(int)

public void EnsureCapacity(int arg0)

Parameters

arg0 int

int

ForEach(Consumer)

public void ForEach(Consumer arg0)

Parameters

arg0 Consumer

Consumer

IndexOf(object)

public int IndexOf(object arg0)

Parameters

arg0 object

object

Returns

int

int

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

Iterator()

public Iterator Iterator()

Returns

Iterator

Iterator

Remove(object)

public bool Remove(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

RemoveAll(ArraySet)

public bool RemoveAll(ArraySet arg0)

Parameters

arg0 ArraySet

ArraySet

Returns

bool

bool

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

RemoveIf(Predicate)

public bool RemoveIf(Predicate arg0)

Parameters

arg0 Predicate

Predicate

Returns

bool

bool

RetainAll(Collection)

public bool RetainAll(Collection arg0)

Parameters

arg0 Collection

Collection

Returns

bool

bool

Size()

public int Size()

Returns

int

int

ToArray()

public object[] ToArray()

Returns

object[]

object

ToArray(object[])

public object[] ToArray(object[] arg0)

Parameters

arg0 object[]

object

Returns

object[]

object

ValueAt(int)

public object ValueAt(int arg0)

Parameters

arg0 int

int

Returns

object

object

Operators

implicit operator Collection(ArraySet)

Converter from ArraySet to Collection

public static implicit operator Collection(ArraySet t)

Parameters

t ArraySet

Returns

Collection

implicit operator Set(ArraySet)

Converter from ArraySet to Set

public static implicit operator Set(ArraySet t)

Parameters

t ArraySet

Returns

Set