scheduleiterator.java
来自「数据库远程同步软件NetBeans项目源文件 项目采用Jdesktop集成组件」· Java 代码 · 共 17 行
JAVA
17 行
package databasesyncdesktopapplication.PlanTaskPool;import java.util.Date;/** * Implementations of <code>ScheduleIterator</code> specify a schedule as a series of <code>java.util.Date</code> objects. */public interface ScheduleIterator { /** * Returns the next time that the related {@link SchedulerTask} should be run. * @return the next time of execution */public Date next();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?