LinkedHashMap class

GPTKB entity

Statements (45)
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:extendsTo gptkb:HashMap_class
gptkbp:hasConstructor LinkedHashMap()
LinkedHashMap(Map m)
LinkedHashMap(int initialCapacity)
LinkedHashMap(int initialCapacity, float loadFactor)
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)
merge(K key, V value, BiFunction remappingFunction)
computeIfPresent(K key, BiFunction remappingFunction)
compute(K key, BiFunction remappingFunction)
computeIfAbsent(K key, Function mappingFunction)
forEach(BiConsumer action)
putIfAbsent(K key, V value)
removeEldestEntry(Map.Entry eldest)
replace(K key, V value)
replaceAll(BiFunction function)
https://www.w3.org/2000/01/rdf-schema#label LinkedHashMap class
gptkbp:implementedIn gptkb:Map_interface
gptkbp:introducedIn Java 1.4
gptkbp:isCloneable true
gptkbp:isFinal false
gptkbp:isSynchronized false
gptkbp:maintainsOrder insertion order
gptkbp:openToPublic true
gptkbp:partOf gptkb:java.util_package
gptkbp:serialization true
gptkbp:serialVersionUID 3801124242820219131L
gptkbp:supportsAccessOrder true
gptkbp:usedFor caching
maintaining predictable iteration order
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7