Method | Description | |
---|---|---|
Add ( IList keyList, Slice obj ) : void |
Add the item to the list associated with this key.
|
|
ClearUnwantedPart ( bool differentObject ) : void |
|
|
GetSliceToReuse ( string className ) : Slice |
|
|
ObjSeqHashMap ( ) : System |
|
|
Remove ( IList keyList, Slice obj ) : void |
Remove the argument object from the indicated collection. Currently it is not considered an error if the object is not found, just nothing happens.
|
|
this ( IList keyList ) : IList |
|
Method | Description | |
---|---|---|
Report ( ) : void |
Debugging code for investigating slice reuse bugs.
|
public Add ( IList keyList, Slice obj ) : void | ||
keyList | IList | |
obj | Slice | |
return | void |
public ClearUnwantedPart ( bool differentObject ) : void | ||
differentObject | bool | |
return | void |
public GetSliceToReuse ( string className ) : Slice | ||
className | string | |
return | Slice |
public Remove ( IList keyList, Slice obj ) : void | ||
keyList | IList | |
obj | Slice | |
return | void |