|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Split
Represents a split time associated with a stopwatch. To record the end of a split, call Closeable.close().
| Method Summary | |
|---|---|
Split |
stop()
Stops the timing split. |
Split |
storeAttribute(java.lang.String name,
java.lang.String value)
Stores an attribute with the recorded split. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
Split stop()
Closeable.close().
Split storeAttribute(java.lang.String name,
java.lang.String value)
name and
value parameters to a minimum as they maybe retained in memory if the split time
is a minimum or maximum for the associated stopwatch.
name - the name of the attributevalue - the value to associate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||