Property | Type | Description | |
---|---|---|---|
_MIN_EXP | int | ||
_count | int | ||
_expon | int | ||
_mask | int | ||
_size | int | ||
_table | object[] |
Method | Description | |
---|---|---|
Add ( object key, object val ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
Remove ( object key ) : void | ||
WeakHashtable ( ) : System | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
Add ( object key, object val, bool replace, bool rebalance ) : void | ||
GetElement ( object key ) : Element | ||
Init ( int exp ) : void | ||
Rebalance ( ) : void |
Method | Description | |
---|---|---|
Test ( ) : void |
protected Add ( object key, object val, bool replace, bool rebalance ) : void | ||
key | object | |
val | object | |
replace | bool | |
rebalance | bool | |
return | void |
protected GetElement ( object key ) : Element | ||
key | object | |
return | Element |