Package com.aspectran.core.context.rule
Class ItemRuleMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,ItemRule>
-
- com.aspectran.core.context.rule.ItemRuleMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,ItemRule>
public class ItemRuleMap extends java.util.LinkedHashMap<java.lang.String,ItemRule>
The Class ItemRuleMap.Created: 2008. 03. 29 PM 5:00:20
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemRuleMap()ItemRuleMap(ItemRuleMap itemRuleMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemRuleputItemRule(ItemRule itemRule)Adds a item rule.-
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, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Constructor Detail
-
ItemRuleMap
public ItemRuleMap()
-
ItemRuleMap
public ItemRuleMap(ItemRuleMap itemRuleMap)
-
-