java > java.util > java.util.navigableset >

Interface: java.util.NavigableSet
    java.util.NavigableSet


public interface NavigableSet extends SortedSet


FIELDS:

CONSTRUCTORS:

METHODS:
Object ceiling(Object e)
Throws: ClassCastException
Throws: NullPointerException

Iterator descendingIterator()

NavigableSet descendingSet()

Object floor(Object e)
Throws: ClassCastException
Throws: NullPointerException

SortedSet headSet(Object toElement)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

NavigableSet headSet(Object toElement, boolean inclusive)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

Object higher(Object e)
Throws: ClassCastException
Throws: NullPointerException

Iterator iterator()

Object lower(Object e)
Throws: ClassCastException
Throws: NullPointerException

Object pollFirst()

Object pollLast()

NavigableSet subSet(Object fromElement, boolean fromInclusive, Object toElement, boolean toInclusive)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

SortedSet subSet(Object fromElement, Object toElement)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

SortedSet tailSet(Object fromElement)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

NavigableSet tailSet(Object fromElement, boolean inclusive)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net