- binarySearch(long[], long) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of longs for the specified value using the
binary search algorithm.
- binarySearch(long[], int, int, long) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of longs for the specified value using the
binary search algorithm.
- binarySearch(int[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of ints for the specified value using the
binary search algorithm.
- binarySearch(int[], int, int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of ints for the specified value using the
binary search algorithm.
- binarySearch(short[], short) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of shorts for the specified value using
the binary search algorithm.
- binarySearch(short[], int, int, short) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of shorts for the specified value using
the binary search algorithm.
- binarySearch(char[], char) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of chars for the specified value using the
binary search algorithm.
- binarySearch(char[], int, int, char) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of chars for the specified value using the
binary search algorithm.
- binarySearch(byte[], byte) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of bytes for the specified value using the
binary search algorithm.
- binarySearch(byte[], int, int, byte) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of bytes for the specified value using the
binary search algorithm.
- binarySearch(double[], double) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of doubles for the specified value using
the binary search algorithm.
- binarySearch(double[], int, int, double) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of doubles for the specified value using
the binary search algorithm.
- binarySearch(float[], float) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array of floats for the specified value using
the binary search algorithm.
- binarySearch(float[], int, int, float) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array of floats for the specified value using
the binary search algorithm.
- binarySearch(Object[], Object) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array for the specified object using the binary
search algorithm.
- binarySearch(Object[], int, int, Object) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array for the specified object using the binary
search algorithm.
- binarySearch(T[], T, Comparator<? super T>) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches the specified array for the specified object using the binary
search algorithm.
- binarySearch(T[], int, int, T, Comparator<? super T>) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Searches a range of
the specified array for the specified object using the binary
search algorithm.
- cancelTask(String, boolean) - 类 中的方法com.iih5.actor.Actor
-
取消指定名称的任务
- cancelTask(String, boolean) - 接口 中的方法com.iih5.actor.IActor
-
取消指定名称的任务
- com.iih5.actor - 程序包 com.iih5.actor
-
- com.iih5.actor.scheduler - 程序包 com.iih5.actor.scheduler
-
- com.iih5.actor.util - 程序包 com.iih5.actor.util
-
- compareTo(IActorExecutor) - 类 中的方法com.iih5.actor.ActorExecutor
-
根据RunnableExecutor中等待完成任务的数量比较优先级
- completed(ScheduledTask) - 接口 中的方法com.iih5.actor.scheduler.TaskFutureListener
-
- copyOf(T[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
- copyOf(U[], int, Class<? extends T[]>) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
- copyOf(byte[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(short[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(int[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(long[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(char[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with null characters (if necessary)
so the copy has the specified length.
- copyOf(float[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(double[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(boolean[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified array, truncating or padding with false (if necessary)
so the copy has the specified length.
- copyOfRange(T[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(U[], int, int, Class<? extends T[]>) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(byte[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(short[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(int[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(long[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(char[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(float[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(double[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- copyOfRange(boolean[], int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Copies the specified range of the specified array into a new array.
- createActor() - 类 中的方法com.iih5.actor.ActorManager
-
创建一个已分配好执行任务Executor的Submiter
- createActor(String) - 类 中的方法com.iih5.actor.ActorManager
-
创建一个已分配好执行任务Executor的Submiter
- createThreadFactory(String) - 类 中的静态方法com.iih5.actor.util.ThreadFactoryUtil
-
创建指定线程名前缀的ThreadFactory,后缀ID自增
- fill(long[], long) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified long value to each element of the specified array
of longs.
- fill(long[], int, int, long) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified long value to each element of the specified
range of the specified array of longs.
- fill(int[], int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified int value to each element of the specified array
of ints.
- fill(int[], int, int, int) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified int value to each element of the specified
range of the specified array of ints.
- fill(short[], short) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified short value to each element of the specified array
of shorts.
- fill(short[], int, int, short) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified short value to each element of the specified
range of the specified array of shorts.
- fill(char[], char) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified char value to each element of the specified array
of chars.
- fill(char[], int, int, char) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified char value to each element of the specified
range of the specified array of chars.
- fill(byte[], byte) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified byte value to each element of the specified array
of bytes.
- fill(byte[], int, int, byte) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified byte value to each element of the specified
range of the specified array of bytes.
- fill(boolean[], boolean) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified boolean value to each element of the specified
array of booleans.
- fill(boolean[], int, int, boolean) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified boolean value to each element of the specified
range of the specified array of booleans.
- fill(double[], double) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified double value to each element of the specified
array of doubles.
- fill(double[], int, int, double) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified double value to each element of the specified
range of the specified array of doubles.
- fill(float[], float) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified float value to each element of the specified array
of floats.
- fill(float[], int, int, float) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified float value to each element of the specified
range of the specified array of floats.
- fill(Object[], Object) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified Object reference to each element of the specified
array of Objects.
- fill(Object[], int, int, Object) - 类 中的静态方法com.iih5.actor.util.ListSortUtil
-
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
- finalize() - 类 中的方法com.iih5.actor.Actor
-
- fixRate - 类 中的变量com.iih5.actor.scheduler.LoopScheduledTask
-