Java TreeMap

GPTKB entity

Statements (39)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allowsNullKeys false
gptkbp:allowsNullValues true
gptkbp:author gptkb:Java_Platform_Team
gptkbp:cloneable true
gptkbp:complexity O(log n) for get, put, remove
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/TreeMap.html
https://www.w3.org/2000/01/rdf-schema#label Java TreeMap
gptkbp:implementedIn gptkb:SortedMap
gptkb:topographic_map
gptkb:NavigableMap
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:isNotSynchronized true
gptkbp:iterationOrder sorted by key
gptkbp:numberOfLocations key-value pairs
gptkbp:ordersBy Comparator provided at map creation
natural ordering of keys
gptkbp:partOf gptkb:Java_Collections_Framework
gptkbp:publicClass true
gptkbp:removes entries by key
entries by value
gptkbp:serialization true
gptkbp:supportedBy Red-Black tree
gptkbp:supports ceilingKey
firstKey
floorKey
headMap
higherKey
lastKey
lowerKey
subMap
tailMap
ascending and descending order views
gptkbp:type java.util
gptkbp:usedFor range queries
navigable maps
sorted maps
gptkbp:bfsParent gptkb:red-black_tree
gptkbp:bfsLayer 7