| java.lang.Object org.acm.seguin.tools.RefactoryStorage
RefactoryStorage | public class RefactoryStorage (Code) | | Description of the Class
author: Chris Seguin |
RefactoryStorage | public RefactoryStorage()(Code) | | Constructor for the RefactoryStorage object
|
addKey | public void addKey(String key, int value)(Code) | | Adds a feature to the Key attribute of the RefactoryStorage object
Parameters: key - The feature to be added to the Key attribute Parameters: value - The feature to be added to the Key attribute |
getValue | public int getValue(String key)(Code) | | Gets the Value attribute of the RefactoryStorage object
Parameters: key - Description of Parameter The Value value |
store | public void store()(Code) | | Description of the Method
|
|
|