org.omnaest.utils.propertyfile.content
Class PropertyMap
java.lang.Object
org.omnaest.utils.propertyfile.content.MapAbstract<String,Property>
org.omnaest.utils.propertyfile.content.PropertyMap
- All Implemented Interfaces:
- Map<String,Property>
public class PropertyMap
- extends MapAbstract<String,Property>
Map implementation for fast access on properties via their property keys. Returns for a key the respective modifiable
Property.
- Author:
- Omnaest
| 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 |
propertyFileContent
protected PropertyFileContent propertyFileContent
PropertyMap
protected PropertyMap(PropertyFileContent propertyFileContent)
size
public int size()
get
public Property get(Object key)
put
public Property put(Property property)
put
public Property put(String key,
Property property)
remove
public Property remove(Object key)
clear
public void clear()
keySet
public Set<String> keySet()
values
public Collection<Property> values()
Copyright © 2013. All Rights Reserved.