org.starhope.appius.game
Class AssetPreferenceList
java.lang.Object
org.starhope.appius.game.AssetPreferenceList
- All Implemented Interfaces:
- Map<AssetFormat,Float>
public class AssetPreferenceList
- extends Object
- implements Map<AssetFormat,Float>
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
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 |
map
Map<AssetFormat,Float> map
- WRITEME: Document this brpocock@star-hope.org
AssetPreferenceList
public AssetPreferenceList()
clear
public void clear()
- Specified by:
clear
in interface Map<AssetFormat,Float>
- See Also:
Map.clear()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<AssetFormat,Float>
- See Also:
Map.containsKey(java.lang.Object)
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<AssetFormat,Float>
- See Also:
Map.containsValue(java.lang.Object)
entrySet
public Set<Map.Entry<AssetFormat,Float>> entrySet()
- Specified by:
entrySet
in interface Map<AssetFormat,Float>
- See Also:
Map.entrySet()
get
public Float get(Object key)
- Specified by:
get
in interface Map<AssetFormat,Float>
- See Also:
Map.get(java.lang.Object)
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<AssetFormat,Float>
- See Also:
Map.isEmpty()
keySet
public Set<AssetFormat> keySet()
- Specified by:
keySet
in interface Map<AssetFormat,Float>
- See Also:
Map.keySet()
put
public Float put(AssetFormat key,
Float value)
- Specified by:
put
in interface Map<AssetFormat,Float>
- See Also:
Map.put(java.lang.Object, java.lang.Object)
putAll
public void putAll(Map<? extends AssetFormat,? extends Float> m)
- Specified by:
putAll
in interface Map<AssetFormat,Float>
- See Also:
Map.putAll(java.util.Map)
remove
public Float remove(Object key)
- Specified by:
remove
in interface Map<AssetFormat,Float>
- See Also:
Map.remove(java.lang.Object)
size
public int size()
- Specified by:
size
in interface Map<AssetFormat,Float>
- See Also:
Map.size()
values
public Collection<Float> values()
- Specified by:
values
in interface Map<AssetFormat,Float>
- See Also:
Map.values()