Add
|
Adds an IPartiallyComparable Object to this IPartiallyComparableCollection and Returns its Position in the Collection |
AddIfNew
|
Adds an IPartiallyComparable to this Collection and returns its Index provided it is not already a member; if it is a member, returns its Index |
AddIfNewRange
|
Adds to this Collection the members of a given IPartiallyComparableCollection which are new to this Collection and returns the number of IPartiallyComparables added |
AddRange
(IPartiallyComparable[])
|
Adds the members of a given Array of IPartiallyComparable Objects to this Collection and returns the number of IPartiallyComparables added |
AddRange
(PartiallyComparableCollection)
|
Adds the members of a given IPartiallyComparableCollection to this Collection and returns the number of EGWorlds added |
Contains
|
Returns True iff a given IPartiallyComparable belongs to this Collection |
IndexOf
|
Returns the Index of a given IPartiallyComparable if it is in this Collection; else returns -1 |
Remove
|
Removes a given IPartiallyComparable from this Collection |
ToString
|
A String representation of this PartiallyComparableCollection |