Java.Util.AbstractCollection Members

The members of Java.Util.AbstractCollection are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Constructs a new instance of this AbstractCollection.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsEmptybool. Returns if this Collection contains no elements.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Add(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
AddAll(ICollection) : bool
Documentation for this section has not yet been entered.
Clear()
Removes all elements from this Collection, leaving it empty (optional).
Contains(Java.Lang.Object) : bool
Tests whether this Collection contains the specified object.
ContainsAll(ICollection) : bool
Documentation for this section has not yet been entered.
abstract
Iterator() : IIterator
Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection.
Remove(Java.Lang.Object) : bool
Removes one instance of the specified object from this Collection if one is contained (optional).
RemoveAll(ICollection) : bool
Documentation for this section has not yet been entered.
RetainAll(ICollection) : bool
Documentation for this section has not yet been entered.
abstract
Size() : int
Returns a count of how many objects this Collection contains.
ToArray() : Java.Lang.Object[]
Returns a new array containing all elements contained in this Collection.
ToArray(Java.Lang.Object[]) : Java.Lang.Object[]
Documentation for this section has not yet been entered.