Searched defs:nextExecutionTime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DTimerTask.java74 long nextExecutionTime; field in class:TimerTask
154 return (period < 0 ? nextExecutionTime + period
155 : nextExecutionTime - period);

Completed in 35 milliseconds