Package com.formdev.flatlaf.ui
Class FlatStylingSupport.StyleableInfosMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- com.formdev.flatlaf.ui.FlatStylingSupport.StyleableInfosMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
- Enclosing class:
- FlatStylingSupport
static class FlatStylingSupport.StyleableInfosMap<K,V> extends java.util.LinkedHashMap<K,V>
-
-
Constructor Summary
Constructors Constructor Description StyleableInfosMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
put(K key, V value)
void
putAll(java.util.Map<? extends K,? extends V> m)
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, size
-
-