| Add(TKey key, TValue value) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | inline |
| Clear() | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Compact() | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| ContainsKey(TKey key) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Count | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Empty(int expectedCapacity=0) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| GetEnumerator() | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Keys | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Pairs | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | protected |
| Remove(TKey key) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| Shrink() | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| this[TKey key] | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| TryGetValue(TKey key, out TValue value) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | inline |
| UMap() | UMap< TKey, TValue > | inline |
| UMap(int capacity) | UMap< TKey, TValue > | inline |
| UMapBase() | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | inlineprotected |
| UMapBase(int capacity) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | inlineprotected |
| UMapBase(IEnumerable< KeyValuePair< TKey, TValue > > enumerable) | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | inlineprotected |
| Values | UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |