ConcurrentSkipListMap class

GPTKB entity

Statements (22)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:author gptkb:Doug_Lea
gptkbp:documentation https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/ConcurrentSkipListMap.html
gptkbp:extendsTo gptkb:AbstractMap_class
https://www.w3.org/2000/01/rdf-schema#label ConcurrentSkipListMap class
gptkbp:implementedIn gptkb:NavigableMap_interface
gptkb:Cloneable_interface
gptkb:Serializable_interface
ConcurrentNavigableMap interface
gptkbp:introducedIn Java 6
gptkbp:order natural ordering or Comparator
gptkbp:partOf gptkb:java.util.concurrent_package
gptkbp:provides concurrent access
logarithmic time cost for containsKey, get, put, remove operations
weakly consistent iterators
gptkbp:supportsNullKeys false
gptkbp:supportsNullValues false
gptkbp:threadSafe true
gptkbp:usedFor highly concurrent sorted maps
gptkbp:uses skip list data structure
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7