The members of Java.Util.ISet are listed below.
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 set, leaving it empty. | ||
Contains(Java.Lang.Object)Searches this set for the specified object. | ||
ContainsAll(ICollection)Documentation for this section has not yet been entered. | ||
Equals(Java.Lang.Object)Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison. | ||
GetHashCode()Returns the hash code for this set. | ||
Iterator()Returns an iterator on the elements of this set. | ||
Remove(Java.Lang.Object)Removes the specified object from this set. | ||
RemoveAll(ICollection)Documentation for this section has not yet been entered. | ||
RetainAll(ICollection)Documentation for this section has not yet been entered. | ||
Size()Returns the number of elements in this set. | ||
ToArray()Returns an array containing all elements contained in this set. | ||
ToArray(Java.Lang.Object[])Documentation for this section has not yet been entered. |