Method WeakSuccessor
WeakSuccessor(T)
Find the weak successor in the sorted collection of a particular value, i.e. the least item in the collection greater than or equal to the supplied value. NoSuchItemException
Declaration
public T WeakSuccessor(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The item to find the weak successor for. |
Returns
Type | Description |
---|---|
T | The weak successor. |