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 SummaryConstructors Constructor Description LayoutCache()
 - 
Method Summary- 
Methods inherited from class ghidra.util.datastruct.FixedSizeHashMapremoveEldestEntry
 - 
Methods inherited from class java.util.LinkedHashMapclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
 - 
Methods inherited from class java.util.HashMapclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
 
- 
 
-