SortedSet interface

GPTKB entity

Statements (28)
Predicate Object
gptkbp:instanceOf interface
gptkbp:definedIn gptkb:java.util_package
gptkbp:extendsTo gptkb:Set_interface
gptkbp:genericType E
gptkbp:hasMethod clear()
size()
add(E e)
comparator()
contains(Object o)
first()
isEmpty()
iterator()
last()
remove(Object o)
toArray()
headSet(E toElement)
spliterator()
subSet(E fromElement, E toElement)
tailSet(E fromElement)
https://www.w3.org/2000/01/rdf-schema#label SortedSet interface
gptkbp:introducedIn gptkb:Java_2_(JDK_1.2)
gptkbp:order elements are sorted in ascending order
ordering can be natural or by Comparator
gptkbp:superclass gptkb:Collection_interface
gptkbp:usedBy gptkb:TreeSet_class
ConcurrentSkipListSet class
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7