Java.Util.INavigableSet Members

The members of Java.Util.INavigableSet are listed below.

Public Methods

Ceiling(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
DescendingIterator() : IIterator
Returns an iterator over the elements in this set, in descending order.
DescendingSet() : INavigableSet
Returns a reverse order view of the elements contained in this set.
Floor(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
HeadSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
HeadSet(Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.
Higher(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
Iterator() : IIterator
Returns an iterator over the elements in this set, in ascending order.
Lower(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
PollFirst() : Java.Lang.Object
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
PollLast() : Java.Lang.Object
Retrieves and removes the last (highest) element, or returns null if this set is empty.
SubSet(Java.Lang.Object, Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
SubSet(Java.Lang.Object, bool, Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.
TailSet(Java.Lang.Object) : ISortedSet
Documentation for this section has not yet been entered.
TailSet(Java.Lang.Object, bool) : INavigableSet
Documentation for this section has not yet been entered.