|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |