ToSplayTreeMapExtension<T> extension
Methods
-
toSplayTreeMap<TKey, TValue>(MapEntry<TKey, TValue> entrySelector(T element), {int keyComparer(TKey k1, TKey k2), bool modifiable: true})
→ Map<TKey, TValue>
-
Converts the iterable to a
SplayTreeMap
. [...]