Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Get ( object key, int defaultValue ) : int |
Get integer value assigned with key. Get integer value assigned with key. |
|
GetExisting ( object key ) : int |
Get integer value assigned with key. Get integer value assigned with key. |
|
GetKeys ( ) : object[] |
Return array of present keys
|
|
GetKeys ( object array, int offset ) : void | ||
Has ( object key ) : bool | ||
Intern ( object keyArg ) : object |
If table already contains a key that equals to keyArg, return that key while setting its value to zero, otherwise add keyArg with 0 value to the table and return it. If table already contains a key that equals to keyArg, return that key while setting its value to zero, otherwise add keyArg with 0 value to the table and return it. |
|
IsEmpty ( ) : bool | ||
NewIterator ( ) : |
||
ObjToIntMap ( ) : System.IO | ||
ObjToIntMap ( int keyCountHint ) : System.IO | ||
Put ( object key, int value ) : void | ||
Remove ( object key ) : void | ||
Size ( ) : int |
Метод | Описание | |
---|---|---|
EnsureIndex ( object key ) : int | ||
FindIndex ( object key ) : int | ||
InitIterator ( |
||
InsertNewKey ( object key, int hash ) : int | ||
ReadObject ( |
||
RehashTable ( ) : void | ||
TableLookupStep ( int fraction, int mask, int power ) : int | ||
WriteObject ( |
public Get ( object key, int defaultValue ) : int | ||
key | object | |
defaultValue | int | |
Результат | int |
public GetKeys ( object array, int offset ) : void | ||
array | object | |
offset | int | |
Результат | void |
public NewIterator ( ) : |
||
Результат |
public ObjToIntMap ( int keyCountHint ) : System.IO | ||
keyCountHint | int | |
Результат | System.IO |
public Put ( object key, int value ) : void | ||
key | object | |
value | int | |
Результат | void |