org.iqual.util
Class MapCollection.MapSet<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,C>
          extended by org.iqual.util.MapCollection<K,V,Set<V>>
              extended by org.iqual.util.MapCollection.MapSet<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,Set<V>>
Enclosing class:
MapCollection<K,V,C extends Collection<V>>

public static class MapCollection.MapSet<K,V>
extends MapCollection<K,V,Set<V>>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.iqual.util.MapCollection
MapCollection.MapList<K,V>, MapCollection.MapSet<K,V>
 
Constructor Summary
MapCollection.MapSet()
           
 
Method Summary
protected  Set<V> newCollection()
           
 
Methods inherited from class org.iqual.util.MapCollection
getElement, putElement, removeElement
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MapCollection.MapSet

public MapCollection.MapSet()
Method Detail

newCollection

protected Set<V> newCollection()
Specified by:
newCollection in class MapCollection<K,V,Set<V>>


Copyright © 2009 iquality.org. All Rights Reserved.