|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap com.vinculumtech.carrierwave.image.util.ImageHashMap
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
ImageHashMap(Image parent)
|
|
ImageHashMap(Image parent,
java.lang.String edge)
|
|
ImageHashMap(Image parent,
java.lang.String edge,
java.util.Map iconMap)
|
Method Summary | |
void |
clear()
Removes all mappings from this map. |
boolean |
containsValue(java.lang.Object value)
Returns true if this map maps one or more keys to the specified value. |
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map. |
java.lang.Object |
get(java.lang.Object key)
Returns the value to which this map maps the specified key. |
java.lang.String |
getEdge()
|
Icon |
getIcon(java.lang.Object key)
|
java.util.Map |
getIconMap()
|
java.lang.Object |
getIcons()
|
protected ImageGraph |
getImageGraph()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in this map. |
void |
putAll(java.util.Map t)
Copies all of the mappings from the specified map to this one. |
java.lang.Object |
remove(java.lang.Object key)
Removes the mapping for this key from this map if present. |
java.util.Collection |
values()
Returns a collection view of the values contained in this map. |
Methods inherited from class java.util.AbstractMap |
clone, containsKey, equals, hashCode, isEmpty, keySet, size, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImageHashMap(Image parent, java.lang.String edge)
public ImageHashMap(Image parent, java.lang.String edge, java.util.Map iconMap)
public ImageHashMap(Image parent)
Method Detail |
protected ImageGraph getImageGraph()
public java.lang.String getEdge()
getEdge
in interface ImageContainer
public java.util.Map getIconMap()
public java.lang.Object getIcons()
getIcons
in interface ImageContainer
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
value
- value whose presence in this map is to be tested.
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
key
- key with which the specified value is to be associated.value
- value to be associated with the specified key.
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
key
- key whose associated value is to be returned.
public Icon getIcon(java.lang.Object key)
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
key
- key whose mapping is to be removed from the map.
public void putAll(java.util.Map t)
putAll
in interface java.util.Map
t
- Mappings to be stored in this map.public java.util.Collection values()
values
in interface java.util.Map
public void clear()
clear
in interface java.util.Map
public java.util.Set entrySet()
entrySet
in interface java.util.Map
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |