org.omnaest.utils.propertyfile.content
Class MapAbstract<K,V>
java.lang.Object
org.omnaest.utils.propertyfile.content.MapAbstract<K,V>
- Type Parameters:
K - V -
- All Implemented Interfaces:
- Map<K,V>
- Direct Known Subclasses:
- PropertyMap
public abstract class MapAbstract<K,V>
- extends Object
- implements Map<K,V>
Abstract Map reducing the Map interface to the very needed operations.
- Author:
- Omnaest
- See Also:
ListAbstract
| 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 |
MapAbstract
public MapAbstract()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<K,V>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<K,V>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map<K,V>
putAll
public void putAll(Map<? extends K,? extends V> map)
- Specified by:
putAll in interface Map<K,V>
entrySet
public Set<Map.Entry<K,V>> entrySet()
- Specified by:
entrySet in interface Map<K,V>
Copyright © 2013. All Rights Reserved.