Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | Entry |
Public Member Functions | |
XHashtableState (ExtractKeyDelegate extractKey, int capacity) | |
XHashtableState | Resize () |
bool | TryGetValue (string key, int index, int count, [MaybeNullWhen(false)] out TValue value) |
bool | TryAdd (TValue value, out TValue newValue) |
Private Member Functions | |
bool | FindEntry (int hashCode, string key, int index, int count, ref int entryIndex) |
Static Private Member Functions | |
static int | ComputeHashCode (string key, int index, int count) |
Private Attributes | |
readonly int[] | _buckets |
readonly Entry[] | _entries |
int | _numEntries |
readonly ExtractKeyDelegate | _extractKey |
Definition at line 10 of file XHashtable.cs.