C# Класс gnu.inet.encoding.misc.HashSet

HashSet class.
Наследование: System.Collections.ArrayList
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

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.
Результат bool

AddAll() публичный Метод

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
Результат bool

Clone() публичный Метод

Returns a copy of the HashSet instance.
public Clone ( ) : Object
Результат System.Object

HashSet() публичный Метод

public HashSet ( ) : System
Результат System

HashSet() публичный Метод

public HashSet ( System c ) : System
c System
Результат System

HashSet() публичный Метод

public HashSet ( int capacity ) : System
capacity int
Результат System