The methods of Java.Util.ICollection are listed below. For a list of all members, see the ICollection Members list.
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. | ||
Equals(Java.Lang.Object)Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||
GetHashCode()Returns an integer hash code for the receiver. | ||
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. | ||
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. |