Class CompositeComponentBeanInfo.PropertyDescriptorMap
java.lang.Object
org.apache.myfaces.view.facelets.tag.composite.CompositeComponentBeanInfo.PropertyDescriptorMap
- All Implemented Interfaces:
Map<String,
PropertyDescriptor>
- Enclosing class:
- CompositeComponentBeanInfo
public class CompositeComponentBeanInfo.PropertyDescriptorMap
extends Object
implements Map<String,PropertyDescriptor>
Read only map for fast access. It works as an indirection over the real list.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
put
(String key, PropertyDescriptor value) void
putAll
(Map<? extends String, ? extends PropertyDescriptor> m) int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
PropertyDescriptorMap
public PropertyDescriptorMap()
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceMap<String,
PropertyDescriptor>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<String,
PropertyDescriptor>
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
PropertyDescriptor>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
PropertyDescriptor>
-
get
- Specified by:
get
in interfaceMap<String,
PropertyDescriptor>
-
put
- Specified by:
put
in interfaceMap<String,
PropertyDescriptor>
-
remove
- Specified by:
remove
in interfaceMap<String,
PropertyDescriptor>
-
putAll
- Specified by:
putAll
in interfaceMap<String,
PropertyDescriptor>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<String,
PropertyDescriptor>
-
keySet
- Specified by:
keySet
in interfaceMap<String,
PropertyDescriptor>
-
values
- Specified by:
values
in interfaceMap<String,
PropertyDescriptor>
-
entrySet
- Specified by:
entrySet
in interfaceMap<String,
PropertyDescriptor>
-