|
Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
|
Public Member Functions | |
| UMap () | |
| UMap (int capacity) | |
Public Member Functions inherited from UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| void | Add (TKey key, TValue value) |
| bool | Remove (TKey key) |
| bool | ContainsKey (TKey key) |
| void | Empty (int expectedCapacity=0) |
| void | Shrink () |
| void | Compact () |
| IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
| bool | TryGetValue (TKey key, out TValue value) |
| void | Clear () |
Additional Inherited Members | |
Protected Member Functions inherited from UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| UMapBase () | |
| UMapBase (int capacity) | |
| UMapBase (IEnumerable< KeyValuePair< TKey, TValue > > enumerable) | |
Protected Attributes inherited from UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| readonly USet< KeyValuePair< TKey, TValue >, TKey, TKeyFuncs > | Pairs |
Properties inherited from UMapBase< TKey, TValue, MapKeyFuncs< TKey, TValue > > | |
| int | Count [get] |
| ICollection< TKey > | Keys [get] |
| ICollection< TValue > | Values [get] |
| TValue | this[TKey key] [get, set] |