Class LayoutCache
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- ghidra.util.datastruct.FixedSizeHashMap<Address,ghidra.app.util.viewer.multilisting.MultiLayout>
-
- ghidra.app.util.viewer.multilisting.LayoutCache
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<Address,ghidra.app.util.viewer.multilisting.MultiLayout>
public class LayoutCache extends FixedSizeHashMap<Address,ghidra.app.util.viewer.multilisting.MultiLayout>
Cache for MultiLayout objects- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayoutCache()
-
Method Summary
-
Methods inherited from class ghidra.util.datastruct.FixedSizeHashMap
removeEldestEntry
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-