org.apache.myfaces.view.facelets.tag.composite
Class CompositeComponentBeanInfo.PropertyDescriptorMap

java.lang.Object
  extended by 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
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CompositeComponentBeanInfo.PropertyDescriptorMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,PropertyDescriptor>> entrySet()
           
 PropertyDescriptor get(Object key)
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 PropertyDescriptor put(String key, PropertyDescriptor value)
           
 void putAll(Map<? extends String,? extends PropertyDescriptor> m)
           
 PropertyDescriptor remove(Object key)
           
 int size()
           
 Collection<PropertyDescriptor> 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
equals, hashCode
 

Constructor Detail

CompositeComponentBeanInfo.PropertyDescriptorMap

public CompositeComponentBeanInfo.PropertyDescriptorMap()
Method Detail

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.