The members of Java.Util.AbstractCollection are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of this AbstractCollection. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
AddAll(ICollection)Documentation for this section has not yet been entered. | ||
Clear()Removes all elements from this Collection, leaving it empty (optional). | ||
Contains(Java.Lang.Object)Tests whether this Collection contains the specified object. | ||
ContainsAll(ICollection)Documentation for this section has not yet been entered. | ||
abstract | Iterator()Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection. | |
Remove(Java.Lang.Object)Removes one instance of the specified object from this Collection if one is contained (optional). | ||
RemoveAll(ICollection)Documentation for this section has not yet been entered. | ||
RetainAll(ICollection)Documentation for this section has not yet been entered. | ||
abstract | Size()Returns a count of how many objects this Collection contains. | |
ToArray()Returns a new array containing all elements contained in this Collection. | ||
ToArray(Java.Lang.Object[])Documentation for this section has not yet been entered. |