Public Member Functions | |
| void | Add (HashData[] entryList) |
| Add the List of entries to the table. | |
| bool | Contains (UInt32 weakHash) |
| Checks if the table contains the weak hash. | |
| HashEntry | GetEntry (HashEntry entry) |
| Returns the Entry that matches the weak and strong hash codes of the passed in HashEntry. | |
| void | Clear () |
| Clears all elements from the table. | |
Properties | |
| ArrayList | this [UInt32 weakHash] [get] |
| Indexer for the table. The index is the weakHash. Returns the ArrayList of entries that all have this weak hash. | |
| void Simias::Sync::Delta::StrongWeakHashtable::Add | ( | HashData[] | entryList | ) | [inline] |
Add the List of entries to the table.
| entryList | The list of entries to add. |
| bool Simias::Sync::Delta::StrongWeakHashtable::Contains | ( | UInt32 | weakHash | ) | [inline] |
Checks if the table contains the weak hash.
| weakHash | The hash to compare. |
| void Simias::Sync::Delta::StrongWeakHashtable::Clear | ( | ) | [inline] |
Clears all elements from the table.
ArrayList Simias::Sync::Delta::StrongWeakHashtable::this[UInt32 weakHash] [get] |
Indexer for the table. The index is the weakHash. Returns the ArrayList of entries that all have this weak hash.
1.5.6