EASE.Sensing.Specification
Class SensedInformation

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--EASE.Sensing.Specification.SensedInformation

public class SensedInformation
extends java.util.Hashtable

See Also:
Serialized Form

Field Summary
private  java.util.Hashtable data
           
 
Fields inherited from class java.util.Hashtable
count, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
SensedInformation()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

data

private java.util.Hashtable data
Constructor Detail

SensedInformation

public SensedInformation()