Package nl.vpro.domain.image
Class ImageSourceSet
- java.lang.Object
-
- java.util.AbstractMap<ImageSource.Type,ImageSource>
-
- nl.vpro.domain.image.ImageSourceSet
-
- All Implemented Interfaces:
Map<ImageSource.Type,ImageSource>
public class ImageSourceSet extends AbstractMap<ImageSource.Type,ImageSource>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ImageSourceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<ImageSource.Type,ImageSource>>entrySet()ImageSourceput(ImageSource.Type type, ImageSource source)StringtoString()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
entrySet
public Set<Map.Entry<ImageSource.Type,ImageSource>> entrySet()
- Specified by:
entrySetin interfaceMap<ImageSource.Type,ImageSource>- Specified by:
entrySetin classAbstractMap<ImageSource.Type,ImageSource>
-
put
public ImageSource put(ImageSource.Type type, ImageSource source)
- Specified by:
putin interfaceMap<ImageSource.Type,ImageSource>- Overrides:
putin classAbstractMap<ImageSource.Type,ImageSource>
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<ImageSource.Type,ImageSource>
-
-