LinkedHashMap

GPTKB entity

Statements (30)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allowsNullKeys true
gptkbp:allowsNullValues true
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashMap.html
gptkbp:hasMethod clear()
size()
values()
containsKey(Object key)
containsValue(Object value)
entrySet()
get(Object key)
isEmpty()
keySet()
put(K key, V value)
remove(Object key)
https://www.w3.org/2000/01/rdf-schema#label LinkedHashMap
gptkbp:interface gptkb:topographic_map
gptkb:Cloneable
Serializable
gptkbp:introducedIn Java 1.4
gptkbp:maintainsOrder insertion order
gptkbp:programmingLanguage gptkb:Java
gptkbp:superclass gptkb:HashMap
gptkbp:supportsAccessOrder true
gptkbp:threadSafe false
gptkbp:type java.util
gptkbp:usedFor caching
order-preserving maps
gptkbp:bfsParent gptkb:java.util_package
gptkbp:bfsLayer 5