Method | Description | |
---|---|---|
Add ( ICollection c, object obj ) : bool | ||
AddAll ( ICollection target, ICollection c ) : bool | ||
Clear ( ICollection c ) : void | ||
Contains ( ICollection c, object obj ) : bool | ||
ContainsAll ( ICollection target, ICollection c ) : bool | ||
Copy ( IList SourceList, IList TargetList ) : void | ||
Fill ( IList List, object Element ) : void | ||
Max ( ICollection Collection, IComparer Comparator ) : object | ||
Min ( ICollection Collection, IComparer Comparator ) : object | ||
Remove ( ICollection c, object obj ) : bool | ||
RemoveAll ( ICollection target, ICollection c ) : bool | ||
RetainAll ( ICollection target, ICollection c ) : bool | ||
Shuffle ( IList List ) : void | ||
Shuffle ( IList List, |
||
Sort ( IList list, IComparer Comparator ) : void | ||
ToArray ( ICollection c ) : object[] | ||
ToArray ( ICollection c, object objects ) : object[] | ||
ToArrayList ( ICollection c ) : |
||
ToString ( ICollection c ) : string |
public static Add ( ICollection c, object obj ) : bool | ||
c | ICollection | |
obj | object | |
return | bool |
public static AddAll ( ICollection target, ICollection c ) : bool | ||
target | ICollection | |
c | ICollection | |
return | bool |
public static Contains ( ICollection c, object obj ) : bool | ||
c | ICollection | |
obj | object | |
return | bool |
public static ContainsAll ( ICollection target, ICollection c ) : bool | ||
target | ICollection | |
c | ICollection | |
return | bool |
public static Copy ( IList SourceList, IList TargetList ) : void | ||
SourceList | IList | |
TargetList | IList | |
return | void |
public static Fill ( IList List, object Element ) : void | ||
List | IList | |
Element | object | |
return | void |
public static Max ( ICollection Collection, IComparer Comparator ) : object | ||
Collection | ICollection | |
Comparator | IComparer | |
return | object |
public static Min ( ICollection Collection, IComparer Comparator ) : object | ||
Collection | ICollection | |
Comparator | IComparer | |
return | object |
public static Remove ( ICollection c, object obj ) : bool | ||
c | ICollection | |
obj | object | |
return | bool |
public static RemoveAll ( ICollection target, ICollection c ) : bool | ||
target | ICollection | |
c | ICollection | |
return | bool |
public static RetainAll ( ICollection target, ICollection c ) : bool | ||
target | ICollection | |
c | ICollection | |
return | bool |
public static Shuffle ( IList List, |
||
List | IList | |
RandomList | ||
return | void |
public static Sort ( IList list, IComparer Comparator ) : void | ||
list | IList | |
Comparator | IComparer | |
return | void |
public static ToArray ( ICollection c ) : object[] | ||
c | ICollection | |
return | object[] |
public static ToArray ( ICollection c, object objects ) : object[] | ||
c | ICollection | |
objects | object | |
return | object[] |
public static ToArrayList ( ICollection c ) : |
||
c | ICollection | |
return |
public static ToString ( ICollection c ) : string | ||
c | ICollection | |
return | string |