Java.Util.ISet Members

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

Public Properties

[read-only]
IsEmptybool. Returns true if this set has no elements.

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