org.apache.myfaces.view.facelets.tag.composite
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeComponentBeanInfo.PropertyDescriptorMap
public CompositeComponentBeanInfo.PropertyDescriptorMap()
size
public int size()
- Specified by:
size
in interface Map<String,PropertyDescriptor>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<String,PropertyDescriptor>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<String,PropertyDescriptor>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<String,PropertyDescriptor>
get
public PropertyDescriptor get(Object key)
- Specified by:
get
in interface Map<String,PropertyDescriptor>
put
public PropertyDescriptor put(String key,
PropertyDescriptor value)
- Specified by:
put
in interface Map<String,PropertyDescriptor>
remove
public PropertyDescriptor remove(Object key)
- Specified by:
remove
in interface Map<String,PropertyDescriptor>
putAll
public void putAll(Map<? extends String,? extends PropertyDescriptor> m)
- Specified by:
putAll
in interface Map<String,PropertyDescriptor>
clear
public void clear()
- Specified by:
clear
in interface Map<String,PropertyDescriptor>
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface Map<String,PropertyDescriptor>
values
public Collection<PropertyDescriptor> values()
- Specified by:
values
in interface Map<String,PropertyDescriptor>
entrySet
public Set<Map.Entry<String,PropertyDescriptor>> entrySet()
- Specified by:
entrySet
in interface Map<String,PropertyDescriptor>
Copyright © 2014 The Apache Software Foundation. All rights reserved.