iterator_at


Description:

public abstract Iterator<G>? iterator_at (G element)

Returns a BidirIterator initially pointed at the specified element.

Parameters:

element

the element to point the iterator at

Returns:

a BidirIterator over this sorted set, or null if the specified element is not in this set