java > java.util > java.util.sortedset >

Interface: java.util.SortedSet
    java.util.SortedSet


public interface SortedSet extends Set


FIELDS:

CONSTRUCTORS:

METHODS:
Comparator comparator()

Object first()
Throws: NoSuchElementException

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

Object last()
Throws: NoSuchElementException

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

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


INHERITED METHODS:

SUBINTERFACES:
NavigableSet,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net