APRlib

SetBase Constructor

Creates a new set.

Overload List

Creates a new set.

public SetBase();

Creates a new set initialized with System.Collections.ICollection object

public SetBase(ICollection);

Creates a new set initialized with a specific capacity.

public SetBase(int);

See Also

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace