- AbstractControllerMethodWrapper - xyz.noark.core.ioc.wrap.method中的类
-
Controller类中的可执行方法.
- AbstractControllerMethodWrapper(MethodAccess, Object, int, Controller, Order, String) - 类 的构造器xyz.noark.core.ioc.wrap.method.AbstractControllerMethodWrapper
-
- AbstractConverter<T> - xyz.noark.core.converter中的类
-
抽象实现的转化器.
- AbstractConverter() - 类 的构造器xyz.noark.core.converter.AbstractConverter
-
- AbstractNetworkListener - xyz.noark.core.network中的类
-
默认的网络监听器.
- AbstractNetworkListener() - 类 的构造器xyz.noark.core.network.AbstractNetworkListener
-
- AbstractPair<L,R> - xyz.noark.core.lang中的类
-
由两个元素组成的一个抽象对象.
- AbstractPair() - 类 的构造器xyz.noark.core.lang.AbstractPair
-
- AbstractSession - xyz.noark.core.network中的类
-
抽象的Session实现.
- AbstractSession(Serializable, String) - 类 的构造器xyz.noark.core.network.AbstractSession
-
- AbstractThreadCommand - xyz.noark.core.thread.command中的类
-
抽象的线程处理指令.
- AbstractThreadCommand(AbstractControllerMethodWrapper, Serializable, Object...) - 类 的构造器xyz.noark.core.thread.command.AbstractThreadCommand
-
- AbstractTriple<L,M,R> - xyz.noark.core.lang中的类
-
由三个元素组成的一个抽象对象.
- AbstractTriple() - 类 的构造器xyz.noark.core.lang.AbstractTriple
-
- add(double) - 类 中的方法xyz.noark.core.lang.DoubleArrayList
-
Appends the specified element to the end of this list.
- add(double) - 接口 中的方法xyz.noark.core.lang.DoubleList
-
将指定的元素添加到此列表的尾部。
- add(E) - 类 中的方法xyz.noark.core.lang.FixedLinkedList
-
- add(float) - 类 中的方法xyz.noark.core.lang.FloatArrayList
-
Appends the specified element to the end of this list.
- add(float) - 接口 中的方法xyz.noark.core.lang.FloatList
-
将指定的元素添加到此列表的尾部。
- add(int) - 类 中的方法xyz.noark.core.lang.IntArrayList
-
- add(int) - 接口 中的方法xyz.noark.core.lang.IntList
-
将指定的元素添加到此列表的尾部。
- addAll(double[]) - 类 中的方法xyz.noark.core.lang.DoubleArrayList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's Iterator.
- addAll(float[]) - 类 中的方法xyz.noark.core.lang.FloatArrayList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's Iterator.
- addAll(int[]) - 类 中的方法xyz.noark.core.lang.IntArrayList
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's Iterator.
- addAll(long[], long...) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAndGet(double) - 类 中的方法xyz.noark.core.lang.MutableDouble
-
加上指定值后再返回.
- addAndGet(float) - 类 中的方法xyz.noark.core.lang.MutableFloat
-
加上指定值后再返回.
- addAndGet(int) - 类 中的方法xyz.noark.core.lang.MutableInt
-
加上指定值后再返回.
- addAndGet(int) - 类 中的方法xyz.noark.core.lang.MutableLong
-
加上指定值后再返回.
- addCustomMethod(Class<? extends Annotation>, MethodWrapper) - 类 中的方法xyz.noark.core.ioc.NoarkIoc
-
为有注解的方法添加方法执行入口.
- addDays(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of days to a date returning a new object.
- addExact(int, int) - 类 中的静态方法xyz.noark.core.util.MathUtils
-
计算两个参数的和,如果相加出现溢出那就返回int的最大值.
- addExact(long, long) - 类 中的静态方法xyz.noark.core.util.MathUtils
-
计算两个参数的和,如果相加出现溢出那就返回long的最大值.
- addHours(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of hours to a date returning a new object.
- addMilliseconds(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of milliseconds to a date returning a new object.
- addMinutes(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of minutes to a date returning a new object.
- addMonths(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of months to a date returning a new object.
- addSeconds(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of seconds to a date returning a new object.
- addWeeks(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of weeks to a date returning a new object.
- addYears(Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Adds a number of years to a date returning a new object.
- adjacent(int, int, int, int) - 类 中的静态方法xyz.noark.core.util.MathUtils
-
判定两点(x1,y1)和(x2,y2)是否相邻.
- adjacent(Point, Point) - 类 中的静态方法xyz.noark.core.util.MathUtils
-
判定两点P1(x1,y1)和P2(x2,y2)是否相邻.
- analysisMthodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.ConfigurationBeanDefinition
-
- analysisMthodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.ControllerBeanDefinition
-
- analysisMthodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.DefaultBeanDefinition
-
分析方法上的注解.
- analysisParam(Session, ByteArray) - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
分析参数.
- analysisParam(Serializable, Object) - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
分析参数.
- array() - 接口 中的方法xyz.noark.core.lang.ByteArray
-
返回字节数组内容.
- array() - 类 中的方法xyz.noark.core.lang.ImmutableByteArray
-
- ArrayUtils - xyz.noark.core.util中的类
-
数组相关操作工具类.
- ArrayUtils() - 类 的构造器xyz.noark.core.util.ArrayUtils
-
- asciiSizeInBytes(long) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
计算一个Long类型的数字的文本长度.
- assertStringMaxLength(Collection<T>, Function<T, String>, int, String) - 类 中的静态方法xyz.noark.core.util.AssertUtils
-
断言一个集合元素中一个字符串属性有没有超出最大长度.
- AssertUtils - xyz.noark.core.util中的类
-
断言工具类.
- AssertUtils() - 类 的构造器xyz.noark.core.util.AssertUtils
-
- AsyncTask - xyz.noark.core.thread中的类
-
异步任务.
- AsyncTask(NetworkListener, TaskQueue, ThreadCommand, Serializable, int, Session) - 类 的构造器xyz.noark.core.thread.AsyncTask
-
- attr(SessionAttrKey<T>) - 接口 中的方法xyz.noark.core.network.SessionAttrMap
-
- Autowired - xyz.noark.core.annotation中的注释类型
-
Autowired注解用于标识一个可自动注入的资源.