|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RelevantState.StateCollector
An object for collecting the attributes of an object that are part of its relevant state
| Method Summary | |
|---|---|
RelevantState.StateCollector |
add(boolean attribute)
Adds a boolean attribute to the object's state |
RelevantState.StateCollector |
add(int attribute)
Adds an int attribute to the object's state |
RelevantState.StateCollector |
add(long attribute)
Adds a long attribute to the object's state |
RelevantState.StateCollector |
add(Object attribute)
Adds an attribute to the object's state |
| Method Detail |
|---|
RelevantState.StateCollector add(Object attribute)
attribute - an attribute to add to the relevant state
RelevantState.StateCollector add(int attribute)
attribute - an attribute to add to the relevant state
RelevantState.StateCollector add(long attribute)
attribute - an attribute to add to the relevant state
RelevantState.StateCollector add(boolean attribute)
attribute - an attribute to add to the relevant state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||