- schedule(TimerTask, long) - Method in class ej.bon.Timer
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Date) - Method in class ej.bon.Timer
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, long, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-delay execution, beginning
after the specified delay.
- schedule(TimerTask, Date, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-delay execution, beginning at
the specified time.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-rate execution, beginning
after the specified delay.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-rate execution, beginning at
the specified time.
- scheduledExecutionTime() - Method in class ej.bon.TimerTask
-
Returns the scheduled execution time of the most recent actual execution of
this task.
- seek(long) - Method in class ej.bon.ResourceBuffer
-
Sets the buffer position indicator.
- seekToElementPointer(int) - Method in class ej.bon.ResourceArray
-
- set(byte[], byte, int, int) - Static method in class ej.bon.ByteArray
-
Fills a zone of a byte array with the given value.
- setCurrentTimeMillis(long) - Static method in class ej.bon.Util
-
Sets the application time.
- setCurrentTimeMillis(Date) - Static method in class ej.bon.Util
-
Sets the application time.
- setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class ej.bon.Timer
-
Sets the default handler for uncaught exceptions.
- setImmortal(T) - Static method in class ej.bon.Immortals
-
Turns the given object into an immortal object.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class ej.bon.Timer
-
Sets the specific handler for uncaught exceptions on this
Timer
instance.
- SHORT_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a short.
- sin(double) - Static method in class ej.bon.XMath
-
- sqrt(double) - Static method in class ej.bon.XMath
-