SortedDictionary<TKey,TValue>

GPTKB entity

Statements (49)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allowsDuplicateKeys false
gptkbp:allowsNullKeys false
gptkbp:allowsNullValues true
gptkbp:builtBy IDictionary<TKey,TValue>
IComparer<TKey>
gptkbp:defaultComparer gptkb:Comparer<TKey>.Default
gptkbp:definedIn System.Collections.Generic namespace
gptkbp:deserializationSupport yes
gptkbp:documentation https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.sorteddictionary-2
gptkbp:genericTypeParameters TKey
TValue
https://www.w3.org/2000/01/rdf-schema#label SortedDictionary<TKey,TValue>
gptkbp:implementedIn gptkb:IDictionary
IEnumerable
ICollection
IDictionary<TKey,TValue>
ICollection<KeyValuePair<TKey,TValue>>
IDeserializationCallback
IEnumerable<KeyValuePair<TKey,TValue>>
ISerializable
gptkbp:inheritsFrom object
gptkbp:insertionTimeComplexity O(log n)
gptkbp:introducedIn gptkb:.NET_Framework_2.0
gptkbp:keysAreSortedBy IComparer<TKey>
gptkbp:lookupTimeComplexity O(log n)
gptkbp:method Clear()
Add(TKey, TValue)
ContainsKey(TKey)
ContainsValue(TValue)
GetEnumerator()
Remove(TKey)
TryGetValue(TKey, out TValue)
gptkbp:numberOfLocations key-value pairs
gptkbp:partOf gptkb:.NET_Core
gptkb:.NET_Standard
gptkb:.NET_Framework
gptkbp:property gptkb:Comparer
gptkb:Count
Keys
Values
gptkbp:relatedTo gptkb:SortedList<TKey,TValue>
Dictionary<TKey,TValue>
SortedSet<T>
gptkbp:removalTimeComplexity O(log n)
gptkbp:serializationSupport yes
gptkbp:threadSafe false
gptkbp:bfsParent gptkb:System.Collections.Generic
gptkbp:bfsLayer 7