org.starhope.appius.game
Class AssetPreferenceList

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
(package private)  Map<AssetFormat,Float> map
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
AssetPreferenceList()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<AssetFormat,Float>> entrySet()
           
 Float get(Object key)
           
 boolean isEmpty()
           
 Set<AssetFormat> keySet()
           
 Float put(AssetFormat key, Float value)
           
 void putAll(Map<? extends AssetFormat,? extends Float> m)
           
 Float remove(Object key)
           
 int size()
           
 Collection<Float> values()
           
 
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
equals, hashCode
 

Field Detail

map

Map<AssetFormat,Float> map
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

AssetPreferenceList

public AssetPreferenceList()
Method Detail

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()