Constructor SentinelInt32Set
SentinelInt32Set(Int32, Int32)
Declaration
public SentinelInt32Set(int size, int emptyVal)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | The minimum number of elements this set should be able to hold without rehashing (i.e. the slots are guaranteed not to change). |
System.Int32 | emptyVal | The integer value to use for EMPTY. |