RankedBagTAdd Method (T) |
Namespace: Kaos.Collections
public bool Add( T item )
Exception | Condition |
---|---|
ArgumentException | When no comparer is available. |
If the supplied item already occurs in the bag then the new item is added sequentially following the old items.
This is a O(log n) operation.