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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()put(String key, PropertyDescriptor value) voidputAll(Map<? extends String, ? extends PropertyDescriptor> m) intsize()values()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
PropertyDescriptorMappublic PropertyDescriptorMap()
 
- 
- 
Method Details- 
sizepublic int size()- Specified by:
- sizein interface- Map<String,- PropertyDescriptor> 
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Map<String,- PropertyDescriptor> 
 
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- PropertyDescriptor> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- PropertyDescriptor> 
 
- 
get- Specified by:
- getin interface- Map<String,- PropertyDescriptor> 
 
- 
put- Specified by:
- putin interface- Map<String,- PropertyDescriptor> 
 
- 
remove- Specified by:
- removein interface- Map<String,- PropertyDescriptor> 
 
- 
putAll- Specified by:
- putAllin interface- Map<String,- PropertyDescriptor> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Map<String,- PropertyDescriptor> 
 
- 
keySet- Specified by:
- keySetin interface- Map<String,- PropertyDescriptor> 
 
- 
values- Specified by:
- valuesin interface- Map<String,- PropertyDescriptor> 
 
- 
entrySet- Specified by:
- entrySetin interface- Map<String,- PropertyDescriptor> 
 
 
-