GPTKB
Browse
Query
Compare
Download
Publications
Contributors
Search
TreeMap class
URI:
https://gptkb.org/entity/TreeMap_class
GPTKB entity
Statements (30)
Predicate
Object
gptkbp:instanceOf
gptkb:class
gptkbp:allowsNullKey
false
gptkbp:allowsNullValue
true
gptkbp:author
gptkb:Java_Platform_Team
gptkbp:documentation
https://docs.oracle.com/javase/8/docs/api/java/util/TreeMap.html
gptkbp:extendsTo
gptkb:AbstractMap_class
https://www.w3.org/2000/01/rdf-schema#label
TreeMap class
gptkbp:implementedIn
gptkb:NavigableMap_interface
gptkb:Cloneable_interface
gptkb:Serializable_interface
gptkbp:introducedIn
gptkb:JDK_1.2
gptkbp:isSynchronized
false
gptkbp:numberOfLocations
key-value pairs
gptkbp:ordersBy
Comparator provided at map creation
natural ordering of keys
gptkbp:partOf
gptkb:java.util_package
gptkbp:provides
log(n) time cost for containsKey, get, put, remove
gptkbp:supportedBy
Red-Black tree
gptkbp:supports
ascending key order iteration
descending key order iteration
firstKey, lastKey methods
pollFirstEntry, pollLastEntry methods
subMap, headMap, tailMap views
gptkbp:threadSafe
false
gptkbp:usedFor
navigable map operations
range view operations
sorted map implementations
gptkbp:bfsParent
gptkb:Collections_Framework
gptkb:Java_Collections
gptkbp:bfsLayer
7