The methods of Java.Util.AbstractCollection are listed below. For a list of all members, see the AbstractCollection Members list.
See Also: Inherited members from Java.Lang.Object
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. |