org.omnaest.utils.propertyfile.content
Class MapAbstract<K,V>

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

Constructor Detail

MapAbstract

public MapAbstract()
Method Detail

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.