RankedMapTKey, TValueElementsFrom Method |
Namespace: Kaos.Collections
public IEnumerable<KeyValuePair<TKey, TValue>> ElementsFrom( TKey lower )
Exception | Condition |
---|---|
InvalidOperationException | When the map was modified after the enumerator was created. |
If lower is present in the map, it will be included in the results.
Retrieving the initial item is a O(log n) operation. Retrieving each subsequent item is a O(1) operation.