SortedMap interface

GPTKB entity

Statements (22)
Predicate Object
gptkbp:instanceOf interface
gptkbp:definedIn gptkb:java.util_package
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html
gptkbp:extendsTo gptkb:Map_interface
gptkbp:genericTypeParameters K, V
https://www.w3.org/2000/01/rdf-schema#label SortedMap interface
gptkbp:introducedIn gptkb:Java_2_(JDK_1.2)
gptkbp:mainImplementations gptkb:TreeMap
ConcurrentSkipListMap
gptkbp:method comparator()
firstKey()
lastKey()
headMap(K toKey)
subMap(K fromKey, K toKey)
tailMap(K fromKey)
gptkbp:partOf gptkb:Java_Collections_Framework
gptkbp:purpose provides a total ordering on its keys
gptkbp:superclass gptkb:Map_interface
gptkbp:usedFor sorted key-value mappings
gptkbp:bfsParent gptkb:Map_interface
gptkb:Java_Collections
gptkbp:bfsLayer 7