Package com.thoughtworks.gauge.datastore
Class SpecDataStore
java.lang.Object
com.thoughtworks.gauge.datastore.SpecDataStore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpecDataStore
public SpecDataStore()
-
-
Method Details
-
put
- Parameters:
key- - Key of the data entryvalue- - value of the Data entry
-
remove
- Parameters:
key- - Key of the data entry to remove- Returns:
- The value of the entry removed. Null if no entry.
-
get
- Parameters:
key- - Key of the data entry whose value is needed- Returns:
- The value corresponding to the key. null if there is no value stored
-
items
Returns aSetview of the keys in datastore.- Returns:
- A set of keys stored in datastore
-