|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.tools.RefactoryStorage
public class RefactoryStorage
Description of the Class
Constructor Summary | |
---|---|
RefactoryStorage()
Constructor for the RefactoryStorage object |
Method Summary | |
---|---|
void |
addKey(java.lang.String key,
int value)
Adds a feature to the Key attribute of the RefactoryStorage object |
int |
getValue(java.lang.String key)
Gets the Value attribute of the RefactoryStorage object |
void |
store()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefactoryStorage()
Method Detail |
---|
public int getValue(java.lang.String key)
key
- Description of Parameter
public void addKey(java.lang.String key, int value)
key
- The feature to be added to the Key attributevalue
- The feature to be added to the Key attributepublic void store()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |