Method | Description | |
---|---|---|
GetId ( object obj, bool &newId ) : int | ||
ObjectToIdCache ( ) : System.Collections | ||
ReassignId ( int oldObjId, object oldObj, object newObj ) : int |
Method | Description | |
---|---|---|
ComputeStartPosition ( object o ) : int | ||
FindElement ( object obj, bool &isEmpty, bool &isWrapped ) : int | ||
GetPrime ( int min ) : int | ||
Rehash ( ) : void | ||
RemoveAt ( int position ) : void |
public GetId ( object obj, bool &newId ) : int | ||
obj | object | |
newId | bool | |
return | int |
public ObjectToIdCache ( ) : System.Collections | ||
return | System.Collections |
public ReassignId ( int oldObjId, object oldObj, object newObj ) : int | ||
oldObjId | int | |
oldObj | object | |
newObj | object | |
return | int |