Skip to content

WBMapBase class

Keihō Sakapon edited this page Mar 10, 2022 · 6 revisions

Inherits the WBTreeBase class.

WBMap class

- Get(TKey key)
- Remove(TKey key)

- GetIndex(TKey key)
- ContainsKey(TKey key)

- this[TKey key]

Not Implemented

- SetItems(IEnumerable<KeyValuePair<TKey, TValue>> items)

WBMultiMap class

- GetFirst(TKey key)
- GetLast(TKey key)
- RemoveFirst(TKey key)
- RemoveLast(TKey key)
- RemoveAll(TKey key)

- GetFirstIndex(TKey key)
- GetLastIndex(TKey key)
- ContainsKey(TKey key)
- GetCount(TKey key)

- this[TKey key]
Clone this wiki locally