net.sourceforge.apphere.util
Class DeviceMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bynet.sourceforge.apphere.util.DeviceMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class DeviceMap
extends java.util.HashMap

Author:
Dewi Roberts Chimera - Institute for Socio-Technical Innovation and Research University of Essex
See Also:
Serialized Form

Constructor Summary
DeviceMap()
           
 
Method Summary
 Device getDevice(int deviceID)
           
 void put(Device device)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DeviceMap

public DeviceMap()
Method Detail

put

public void put(Device device)

getDevice

public Device getDevice(int deviceID)