|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmacs.util.Timer.Params
public static class Timer.Params
immutable parameters.
| Constructor Summary | |
|---|---|
Timer.Params(long refBoundaryMillis,
long periodMillis)
creates new instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
overrides Object. |
long |
getPeriodMillis()
returns period/ms. |
long |
getRefBoundaryMillis()
returns reference boundary/ms. |
int |
hashCode()
overrides Object. |
String |
toString()
overrides Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Timer.Params(long refBoundaryMillis,
long periodMillis)
| Method Detail |
|---|
public long getRefBoundaryMillis()
public long getPeriodMillis()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||