Table of Contents

Class ArraySet<E>

Namespace
Android.Util
Assembly
MASES.Netdroid.dll
public class ArraySet<E> : JVMBridgeBase<ArraySet<E>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISet<E>, ICollection<E>

Type Parameters

E
Inheritance
ArraySet<E>
Implements
ISet<E>
Extension Methods

Constructors

ArraySet()

public ArraySet()

ArraySet(ArraySet<E>)

public ArraySet(ArraySet<E> arg0)

Parameters

arg0 ArraySet<E>

ArraySet

ArraySet(Collection<E>)

public ArraySet(Collection<E> arg0)

Parameters

arg0 Collection<E>

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

ArraySet(E[])

public ArraySet(E[] arg0)

Parameters

arg0 E[]

E

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(E)

public bool Add(E arg0)

Parameters

arg0 E

E

Returns

bool

bool

AddAll<Arg0ExtendsE>(ArraySet<Arg0ExtendsE>)

public void AddAll<Arg0ExtendsE>(ArraySet<Arg0ExtendsE> arg0) where Arg0ExtendsE : E

Parameters

arg0 ArraySet<Arg0ExtendsE>

ArraySet

Type Parameters

Arg0ExtendsE

E

AddAll<Arg0ExtendsE>(Collection<Arg0ExtendsE>)

public bool AddAll<Arg0ExtendsE>(Collection<Arg0ExtendsE> arg0) where Arg0ExtendsE : E

Parameters

arg0 Collection<Arg0ExtendsE>

Collection

Returns

bool

bool

Type Parameters

Arg0ExtendsE

E

Clear()

public void Clear()

Contains(object)

public bool Contains(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

ContainsAll(Collection<object>)

public bool ContainsAll(Collection<object> arg0)

Parameters

arg0 Collection<object>

Collection

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for ArraySet()

public static ArraySet<E> CreatePoolableInstance()

Returns

ArraySet<E>

CreatePoolableInstance(ArraySet<E>)

HPA initializer for ArraySet(Android.Util.ArraySet%3CE%3E arg0)

public static ArraySet<E> CreatePoolableInstance(ArraySet<E> arg0)

Parameters

arg0 ArraySet<E>

Returns

ArraySet<E>

CreatePoolableInstance(Collection<E>)

HPA initializer for ArraySet(Java.Util.Collection%3CE%3E arg0)

public static ArraySet<E> CreatePoolableInstance(Collection<E> arg0)

Parameters

arg0 Collection<E>

Returns

ArraySet<E>

CreatePoolableInstance(int)

HPA initializer for ArraySet(int arg0)

public static ArraySet<E> CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

ArraySet<E>

CreatePoolableInstance(E[])

HPA initializer for ArraySet(E[] arg0)

public static ArraySet<E> CreatePoolableInstance(E[] arg0)

Parameters

arg0 E[]

Returns

ArraySet<E>

EnsureCapacity(int)

public void EnsureCapacity(int arg0)

Parameters

arg0 int

int

ForEach<Arg0objectSuperE>(Consumer<Arg0objectSuperE>)

public void ForEach<Arg0objectSuperE>(Consumer<Arg0objectSuperE> arg0) where Arg0objectSuperE : E

Parameters

arg0 Consumer<Arg0objectSuperE>

Consumer

Type Parameters

Arg0objectSuperE

E

IndexOf(object)

public int IndexOf(object arg0)

Parameters

arg0 object

object

Returns

int

int

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

Iterator()

public Iterator<E> Iterator()

Returns

Iterator<E>

Iterator

Remove(object)

public bool Remove(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

RemoveAll(Collection<object>)

public bool RemoveAll(Collection<object> arg0)

Parameters

arg0 Collection<object>

Collection

Returns

bool

bool

RemoveAll<Arg0ExtendsE>(ArraySet<Arg0ExtendsE>)

public bool RemoveAll<Arg0ExtendsE>(ArraySet<Arg0ExtendsE> arg0) where Arg0ExtendsE : E

Parameters

arg0 ArraySet<Arg0ExtendsE>

ArraySet

Returns

bool

bool

Type Parameters

Arg0ExtendsE

E

RemoveAt(int)

public E RemoveAt(int arg0)

Parameters

arg0 int

int

Returns

E

E

RemoveIf<Arg0objectSuperE>(Predicate<Arg0objectSuperE>)

public bool RemoveIf<Arg0objectSuperE>(Predicate<Arg0objectSuperE> arg0) where Arg0objectSuperE : E

Parameters

arg0 Predicate<Arg0objectSuperE>

Predicate

Returns

bool

bool

Type Parameters

Arg0objectSuperE

E

RetainAll(Collection<object>)

public bool RetainAll(Collection<object> arg0)

Parameters

arg0 Collection<object>

Collection

Returns

bool

bool

Size()

public int Size()

Returns

int

int

ToArray()

public object[] ToArray()

Returns

object[]

object

ToArray<T>(T[])

public T[] ToArray<T>(T[] arg0)

Parameters

arg0 T[]

T

Returns

T[]

T

Type Parameters

T

ValueAt(int)

public E ValueAt(int arg0)

Parameters

arg0 int

int

Returns

E

E

Operators

implicit operator ArraySet(ArraySet<E>)

Converter from ArraySet<E> to ArraySet

public static implicit operator ArraySet(ArraySet<E> t)

Parameters

t ArraySet<E>

Returns

ArraySet

implicit operator Collection<E>(ArraySet<E>)

Converter from ArraySet<E> to Collection<E>

public static implicit operator Collection<E>(ArraySet<E> t)

Parameters

t ArraySet<E>

Returns

Collection<E>

implicit operator Set<E>(ArraySet<E>)

Converter from ArraySet<E> to Set<E>

public static implicit operator Set<E>(ArraySet<E> t)

Parameters

t ArraySet<E>

Returns

Set<E>