|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sourceforge.wurfl.wurflapi.ListManager
| Method Summary | |
java.util.TreeMap |
getActualDeviceElementsList()
Return TreeMap of device IDs to WurflDevices representing actual devices (i.e. |
java.util.HashMap |
getCapabilitiesForDeviceID(java.lang.String device_id)
Given a device ID returns HashMap with association of all capabilities and their value |
java.util.ArrayList |
getCapabilitySet()
Return ArrayList of Capabilities (i.e. |
java.util.ArrayList |
getDeviceBrandList()
Return Ordered ArrayList of Brand Name |
java.util.HashMap |
getDeviceElementsList()
Return HashMap of device IDs to WurflDevices |
java.util.TreeMap |
getDeviceGroupedByBrand()
Return HashMap of HashMaps brand->modelname->WurflDevice |
java.util.HashSet |
getDeviceIdSet()
Return HashSet of device IDs (all device IDs, optimized for fast look-up on existence) |
java.util.ArrayList |
getDeviceIdSetSorted()
Return ArrayList of device IDs to WurflDevices |
java.util.HashMap |
getListOfGroups()
Return HashMap of Arraylists of Capabilities (i.e. |
java.util.HashMap |
getListOfUAWithDeviceID()
Return HashMap (from UA Strings to Device Ids) |
java.util.TreeMap |
getSpecialActualDeviceElementsList()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.util.HashSet getDeviceIdSet()
public java.util.ArrayList getDeviceIdSetSorted()
public java.util.ArrayList getCapabilitySet()
public java.util.HashMap getListOfGroups()
public java.util.HashMap getDeviceElementsList()
public java.util.HashMap getListOfUAWithDeviceID()
public java.util.HashMap getCapabilitiesForDeviceID(java.lang.String device_id)
public java.util.TreeMap getActualDeviceElementsList()
public java.util.TreeMap getSpecialActualDeviceElementsList()
public java.util.TreeMap getDeviceGroupedByBrand()
public java.util.ArrayList getDeviceBrandList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||