C# Class gnu.inet.encoding.misc.HashSet

HashSet class.
Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: pexip/os-libidn Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System obj ) : bool

Adds a new element to the ArrayList if it is not already present.

AddAll ( System c ) : bool

Adds all the elements of the specified collection that are not present to the list.

Clone ( ) : Object

Returns a copy of the HashSet instance.

HashSet ( ) : System
HashSet ( System c ) : System
HashSet ( int capacity ) : System

Method Details

Add() public méthode

Adds a new element to the ArrayList if it is not already present.
public Add ( System obj ) : bool
obj System Element to insert to the ArrayList.
Résultat bool

AddAll() public méthode

Adds all the elements of the specified collection that are not present to the list.
public AddAll ( System c ) : bool
c System Collection where the new elements will be added
Résultat bool

Clone() public méthode

Returns a copy of the HashSet instance.
public Clone ( ) : Object
Résultat System.Object

HashSet() public méthode

public HashSet ( ) : System
Résultat System

HashSet() public méthode

public HashSet ( System c ) : System
c System
Résultat System

HashSet() public méthode

public HashSet ( int capacity ) : System
capacity int
Résultat System