- AbstractAsyncTask - xyz.noark.core.thread中的类
-
抽象的异步任务.
- AbstractAsyncTask(Serializable, Serializable) - 类 的构造器xyz.noark.core.thread.AbstractAsyncTask
-
- AbstractControllerMethodWrapper - xyz.noark.core.ioc.wrap.method中的类
-
Controller类中的可执行方法.
- AbstractControllerMethodWrapper(Object, ExecThreadGroup, String, String, MethodDefinition) - 类 的构造器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
-
将指定的元素添加到此列表的尾部。
- add(long) - 类 中的方法xyz.noark.core.lang.LongArrayList
-
- add(long) - 接口 中的方法xyz.noark.core.lang.LongList
-
将指定的元素添加到此列表的尾部。
- 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(int[]) - 类 中的方法xyz.noark.core.lang.LongArrayList
-
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(long) - 类 中的方法xyz.noark.core.lang.MutableLong
-
加上指定值后再返回.
- addByIntValue(Map<K, Integer>, Map<K, Integer>) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
将第二个Map加到第一个Map上.
- addByLongValue(Map<K, Long>, Map<K, Long>) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
将第二个Map加到第一个Map上.
- 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.
- addValue(Map<K, Integer>, K, int) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
给Map指定Key的值上加一个int值.
- addValue(Map<K, Long>, K, long) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
给Map指定Key的值上加一个long值.
- addValue(Map<K, Float>, K, float) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
给Map指定Key的值上加一个float值.
- addValue(Map<K, Double>, K, double) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
给Map指定Key的值上加一个double值.
- 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)是否相邻.
- AesUtils - xyz.noark.core.util中的类
-
AES算法工具类
- AesUtils() - 类 的构造器xyz.noark.core.util.AesUtils
-
- analysisMethodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.ConfigurationBeanDefinition
-
- analysisMethodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.ControllerBeanDefinition
-
- analysisMethodByAnnotation(Class<? extends Annotation>, Annotation, Method) - 类 中的方法xyz.noark.core.ioc.definition.DefaultBeanDefinition
-
分析方法上的注解.
- analysisParam(Serializable, FixedTimeEvent) - 类 中的方法xyz.noark.core.ioc.wrap.method.EventMethodWrapper
-
- analysisParam(Session, NetworkPacket) - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
分析参数.
- analysisParam(Serializable, Object) - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
分析参数.
- AnnotationUtils - xyz.noark.core.util中的类
-
注解工具类.
- array() - 接口 中的方法xyz.noark.core.lang.ByteArray
-
返回字节数组内容.
- array() - 类 中的方法xyz.noark.core.lang.ImmutableByteArray
-
- array() - 类 中的方法xyz.noark.core.lang.StringByteArray
-
- ArrayUtils - xyz.noark.core.util中的类
-
数组相关操作工具类.
- ArrayUtils() - 类 的构造器xyz.noark.core.util.ArrayUtils
-
- asciiSizeInBytes(long) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
计算一个Long类型的数字的文本长度.
- assertConstantValueDuplicated(Class<?>) - 类 中的静态方法xyz.noark.core.util.AssertUtils
-
断言一个常量类中是否有重复值。
- assertStringMaxLength(Collection<T>, Function<T, String>, int, String) - 类 中的静态方法xyz.noark.core.util.AssertUtils
-
断言一个集合元素中一个字符串属性有没有超出最大长度.
- AssertUtils - xyz.noark.core.util中的类
-
断言工具类.
- AssertUtils() - 类 的构造器xyz.noark.core.util.AssertUtils
-
- ASTERISK - 类 中的静态变量xyz.noark.core.cron.CronExpression
-
星号
- ASTERISK - 类 中的静态变量xyz.noark.core.util.StringUtils
-
一个英文星号字符串 "*"
- AsyncHelper - xyz.noark.core.thread中的类
-
异步任务小助手.
- AsyncQueueTask - xyz.noark.core.thread中的类
-
异步任务.
- AsyncQueueTask(TaskQueue, ThreadCommand, Serializable) - 类 的构造器xyz.noark.core.thread.AsyncQueueTask
-
- AsyncQueueTask(TaskQueue, ThreadCommand, Serializable, NetworkPacket, Session) - 类 的构造器xyz.noark.core.thread.AsyncQueueTask
-
- AsyncTask - xyz.noark.core.thread中的类
-
一种普通的异步任务.
- AsyncTask(TaskCallback, Serializable, boolean) - 类 的构造器xyz.noark.core.thread.AsyncTask
-
- AsyncThreadCommand - xyz.noark.core.thread中的类
-
- AsyncThreadCommand(TaskCallback) - 类 的构造器xyz.noark.core.thread.AsyncThreadCommand
-
- attr(SessionAttrKey<T>) - 接口 中的方法xyz.noark.core.network.SessionAttrMap
-
- Autowired - xyz.noark.core.annotation中的注释类型
-
Autowired注解用于标识一个可自动注入的资源.
- Id - xyz.noark.core.annotation.orm中的注释类型
-
Id标记表示此属性为表的主键字段.
- id - 类 中的变量xyz.noark.core.network.AbstractSession
-
- IdCodeUtils - xyz.noark.core.util中的类
-
ID编号工具类.
- IdCodeUtils() - 类 的构造器xyz.noark.core.util.IdCodeUtils
-
- IllegalExpressionException - xyz.noark.core.exception中的异常错误
-
非法表达式异常.
- IllegalExpressionException(String) - 异常错误 的构造器xyz.noark.core.exception.IllegalExpressionException
-
- Img - xyz.noark.core.lang中的类
-
画图辅助类.
- Img(int, int) - 类 的构造器xyz.noark.core.lang.Img
-
- ImmutableByteArray - xyz.noark.core.lang中的类
-
一个不可变的字节数组实现.
- ImmutableByteArray(int) - 类 的构造器xyz.noark.core.lang.ImmutableByteArray
-
- ImmutableByteArray(byte[]) - 类 的构造器xyz.noark.core.lang.ImmutableByteArray
-
- ImmutablePair<L,R> - xyz.noark.core.lang中的类
-
一个不可变改变两个元素组成的抽象对象实现.
- ImmutablePair(L, R) - 类 的构造器xyz.noark.core.lang.ImmutablePair
-
创建一个抽象对象.
- ImmutableTriple<L,M,R> - xyz.noark.core.lang中的类
-
一个不可变改变三个元素组成的抽象对象实现.
- ImmutableTriple(L, M, R) - 类 的构造器xyz.noark.core.lang.ImmutableTriple
-
创建一个抽象对象.
- incrCallNum() - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
调用次数自增
- incrementAndGet() - 类 中的方法xyz.noark.core.lang.MutableDouble
-
先加一再获取.
- incrementAndGet() - 类 中的方法xyz.noark.core.lang.MutableFloat
-
先加一再获取.
- incrementAndGet() - 类 中的方法xyz.noark.core.lang.MutableInt
-
先加一再获取.
- incrementAndGet() - 类 中的方法xyz.noark.core.lang.MutableLong
-
先加一再获取.
- indexOf(double) - 类 中的方法xyz.noark.core.lang.DoubleArrayList
-
返回此列表中第一次出现的指定元素的索引.
- indexOf(float) - 类 中的方法xyz.noark.core.lang.FloatArrayList
-
返回此列表中第一次出现的指定元素的索引.
- indexOf(int) - 类 中的方法xyz.noark.core.lang.IntArrayList
-
- indexOf(int) - 接口 中的方法xyz.noark.core.lang.IntList
-
查找指定数值.
- indexOf(long) - 类 中的方法xyz.noark.core.lang.LongArrayList
-
- indexOf(long) - 接口 中的方法xyz.noark.core.lang.LongList
-
查找指定数值.
- init() - 类 中的方法xyz.noark.core.ioc.definition.DefaultBeanDefinition
-
- init() - 类 中的方法xyz.noark.core.ioc.definition.StaticComponentBeanDefinition
-
- init() - 接口 中的方法xyz.noark.core.Modular
-
模块初始化.
- init(int, String, int, int, boolean) - 类 中的方法xyz.noark.core.thread.ThreadDispatcher
-
初始线程调度器的配置.
- init() - 类 中的方法xyz.noark.core.thread.ThreadModular
-
- injection(IocMaking) - 接口 中的方法xyz.noark.core.ioc.BeanDefinition
-
注入属性.
- injection(IocMaking) - 类 中的方法xyz.noark.core.ioc.definition.ConfigurationBeanDefinition
-
- injection(IocMaking) - 类 中的方法xyz.noark.core.ioc.definition.DefaultBeanDefinition
-
- injection(Object, IocMaking) - 类 中的方法xyz.noark.core.ioc.definition.field.DefaultFieldDefinition
-
- injection(Object, IocMaking) - 类 中的方法xyz.noark.core.ioc.definition.field.ValueFieldDefinition
-
配置参数注入,如果没找到则忽略,使用默认值...
- injection(Object, IocMaking) - 接口 中的方法xyz.noark.core.ioc.FieldDefinition
-
注入对象.
- injectionStaticField(Map<String, T>, Class<?>, Function<T, String>) - 类 中的静态方法xyz.noark.core.util.FieldUtils
-
为常量类注入静态属性.
- innerRelayPacket(Serializable, Serializable, Object) - 类 中的静态方法xyz.noark.core.network.Sender
-
游戏服务器内部转发封包.
- inSection(LocalTime) - 类 中的方法xyz.noark.core.lang.LocalTimeArray
-
判定指定时间是不是在这个区间之内.
- IntArrayList - xyz.noark.core.lang中的类
-
IntList接口的大小可变数组的实现。
- IntArrayList() - 类 的构造器xyz.noark.core.lang.IntArrayList
-
构建一个空的列表.
- IntArrayList(int) - 类 的构造器xyz.noark.core.lang.IntArrayList
-
指定容量的方式构建一个IntList.
- IntArrayList(int[]) - 类 的构造器xyz.noark.core.lang.IntArrayList
-
直接传入一个数组进行初始化.
- IntegerConverter - xyz.noark.core.converter.impl中的类
-
Integer转化器.
- IntegerConverter() - 类 的构造器xyz.noark.core.converter.impl.IntegerConverter
-
- IntList - xyz.noark.core.lang中的接口
-
一种可以直接存储原生int类型的有序的列表接口.
- IntListConverter - xyz.noark.core.converter.impl中的类
-
IntList转化器.
- IntListConverter() - 类 的构造器xyz.noark.core.converter.impl.IntListConverter
-
- IntPair - xyz.noark.core.lang中的类
-
由两个int类型组成的一个抽象对象
- IntPair(int, int) - 类 的构造器xyz.noark.core.lang.IntPair
-
创建一个抽象对象.
- IntPairConverter - xyz.noark.core.converter.impl中的类
-
IntPair转化器.
- IntPairConverter() - 类 的构造器xyz.noark.core.converter.impl.IntPairConverter
-
- IntRange - xyz.noark.core.lang中的类
-
一种自由编排的int类型所表示的范围集合
- IntRange(String) - 类 的构造器xyz.noark.core.lang.IntRange
-
- IntRangeConverter - xyz.noark.core.converter.impl中的类
-
IntRange转化器.
- IntRangeConverter() - 类 的构造器xyz.noark.core.converter.impl.IntRangeConverter
-
- IntSection - xyz.noark.core.lang中的类
-
Int数字区间.
- IntSection(int) - 类 的构造器xyz.noark.core.lang.IntSection
-
- IntSection(int, int) - 类 的构造器xyz.noark.core.lang.IntSection
-
- IntSectionConverter - xyz.noark.core.converter.impl中的类
-
IntSection转化器.
- IntSectionConverter() - 类 的构造器xyz.noark.core.converter.impl.IntSectionConverter
-
- IntUtils - xyz.noark.core.util中的类
-
Int工具类,目前只是放一些常量,用于消除P3C的警告.
- IntUtils() - 类 的构造器xyz.noark.core.util.IntUtils
-
- intValue() - 类 中的方法xyz.noark.core.lang.FileSize
-
这个文件大小以int类型返回,需要注册这里的上限(最大2G)
- intValue() - 类 中的方法xyz.noark.core.lang.MutableDouble
-
- intValue() - 类 中的方法xyz.noark.core.lang.MutableFloat
-
- intValue() - 类 中的方法xyz.noark.core.lang.MutableInt
-
- intValue() - 类 中的方法xyz.noark.core.lang.MutableLong
-
- invoke(Object...) - 类 中的方法xyz.noark.core.ioc.wrap.method.BaseMethodWrapper
-
- invoke(Object...) - 接口 中的方法xyz.noark.core.ioc.wrap.MethodWrapper
-
执行.
- invoke(Object, Method, Object...) - 类 中的静态方法xyz.noark.core.util.MethodUtils
-
强制调用一个方法Method.
- invokeCustomAnnotationMethod(Class<? extends Annotation>) - 类 中的方法xyz.noark.core.ioc.NoarkIoc
-
调用自定义注解方法.
- invokeMain(String, String[]) - 类 中的静态方法xyz.noark.core.util.ClassUtils
-
尝试运行一个带有Main方法的类.
- Ioc - xyz.noark.core.ioc中的接口
-
IOC容器接口.
- IocHolder - xyz.noark.core.ioc中的类
-
IOC容器持有类.
- IocLoader - xyz.noark.core.ioc中的类
-
加载IOC容器接管的Bean资源.
- IocMaking - xyz.noark.core.ioc中的类
-
装配对象缓存
- ip - 类 中的变量xyz.noark.core.network.AbstractSession
-
- IpAllowList - xyz.noark.core.annotation.controller中的注释类型
-
IP白名单注解.
- ipToLong(String) - 类 中的静态方法xyz.noark.core.util.IpUtils
-
IP转化为Long类型的数字.
- IpUtils - xyz.noark.core.util中的类
-
IP相关操作工具类.
- IpUtils() - 类 的构造器xyz.noark.core.util.IpUtils
-
- IS_OS_LINUX - 类 中的静态变量xyz.noark.core.util.SystemUtils
-
如果当前系统为Linux则返回true.
- IS_OS_WINDOWS - 类 中的静态变量xyz.noark.core.util.SystemUtils
-
如果当前系统为Windows则返回true.
- isAllState() - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
当前入口的状态是All
- isAsync() - 类 中的方法xyz.noark.core.ioc.definition.method.EventMethodDefinition
-
- isAsync() - 类 中的方法xyz.noark.core.ioc.wrap.method.EventMethodWrapper
-
- isBlank(String) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
检测字符串是否为空,null或Java空白字符。
- isDecoded() - 接口 中的方法xyz.noark.core.network.NetworkPacket
-
是否已解过码的状态
- isDeprecated() - 类 中的方法xyz.noark.core.ioc.definition.method.SimpleMethodDefinition
-
返回当前方法是否为过期的
- isDeprecated() - 类 中的方法xyz.noark.core.ioc.wrap.method.AbstractControllerMethodWrapper
-
判定当前封包处理方法是否被废弃使用.
- isEmpty() - 类 中的方法xyz.noark.core.lang.DoubleArrayList
-
Returns true if this list contains no elements.
- isEmpty() - 接口 中的方法xyz.noark.core.lang.DoubleList
-
如果此列表中没有元素,则返回 true
- isEmpty() - 类 中的方法xyz.noark.core.lang.FloatArrayList
-
Returns true if this list contains no elements.
- isEmpty() - 接口 中的方法xyz.noark.core.lang.FloatList
-
如果此列表中没有元素,则返回 true
- isEmpty() - 类 中的方法xyz.noark.core.lang.IntArrayList
-
- isEmpty() - 接口 中的方法xyz.noark.core.lang.IntList
-
如果此列表中没有元素,则返回 true
- isEmpty() - 类 中的方法xyz.noark.core.lang.LongArrayList
-
- isEmpty() - 接口 中的方法xyz.noark.core.lang.LongList
-
如果此列表中没有元素,则返回 true
- isEmpty(Object[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定Object数组是否为空(null或长度为0).
- isEmpty(byte[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定byte数组是否为空(null或长度为0).
- isEmpty(boolean[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定boolean数组是否为空(null或长度为0).
- isEmpty(int[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定int数组是否为空(null或长度为0).
- isEmpty(long[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定long数组是否为空(null或长度为0).
- isEmpty(float[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定float数组是否为空(null或长度为0).
- isEmpty(double[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定double数组是否为空(null或长度为0).
- isEmpty(Collection<?>) - 类 中的静态方法xyz.noark.core.util.CollectionUtils
-
检测集合是否为null或长度为0
- isEmpty(Map<?, ?>) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
检测集合是否为null或长度为0
- isEmpty(String) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
检测字符串是否为 null或"".
- isEncrypt() - 接口 中的方法xyz.noark.core.network.PacketEncrypt
-
当前Session是否加密.
- isGzip(byte[]) - 类 中的静态方法xyz.noark.core.util.GzipUtils
-
判定指定数据是否Gzip压缩数据.
- isInner() - 类 中的方法xyz.noark.core.ioc.wrap.method.PacketMethodWrapper
-
是否为内部指令.
- isInnerIp(String) - 类 中的静态方法xyz.noark.core.util.IpUtils
-
判定一个IP是否为内网IP.
- isInnerPacket() - 类 中的方法xyz.noark.core.ioc.definition.method.PacketMethodDefinition
-
- isNotBlank(String) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
检测字符串是否不为空,null或Java空白字符。
- isNotEmpty(Object[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定Object数组是否不为空(null或长度为0).
- isNotEmpty(byte[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定byte数组是否不为空(null或长度为0).
- isNotEmpty(boolean[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定boolean数组是否不为空(null或长度为0).
- isNotEmpty(int[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定int数组是否不为空(null或长度为0).
- isNotEmpty(long[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定long数组是否不为空(null或长度为0).
- isNotEmpty(float[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定float数组是否不为空(null或长度为0).
- isNotEmpty(double[]) - 类 中的静态方法xyz.noark.core.util.ArrayUtils
-
判定double数组是否不为空(null或长度为0).
- isNotEmpty(Collection<?>) - 类 中的静态方法xyz.noark.core.util.CollectionUtils
-
检测集合是否不为null或长度大于0
- isNotEmpty(Map<?, ?>) - 类 中的静态方法xyz.noark.core.util.MapUtils
-
检测集合是否不为null或长度大于0
- isNotEmpty(String) - 类 中的静态方法xyz.noark.core.util.StringUtils
-
检测字符串是否不为 null且不为"".
- ISO_8859_1 - 类 中的静态变量xyz.noark.core.util.CharsetUtils
-
ISO-8859-1
- isOnline(Serializable) - 类 中的静态方法xyz.noark.core.network.SessionManager
-
判定一个玩家当前是否在线.
- isPrintLog() - 类 中的方法xyz.noark.core.ioc.definition.method.EventMethodDefinition
-
- isPrintLog() - 类 中的方法xyz.noark.core.ioc.definition.method.PacketMethodDefinition
-
- isPrintLog() - 类 中的方法xyz.noark.core.ioc.wrap.method.AbstractControllerMethodWrapper
-
- isPrintLog() - 类 中的方法xyz.noark.core.thread.AbstractAsyncTask
-
是否记录相关执行日志
- isPrintLog() - 类 中的方法xyz.noark.core.thread.AsyncQueueTask
-
- isPrintLog() - 类 中的方法xyz.noark.core.thread.AsyncTask
-
- isPrintLog() - 类 中的方法xyz.noark.core.thread.AsyncThreadCommand
-
- isPrintLog() - 类 中的方法xyz.noark.core.thread.command.AbstractThreadCommand
-
- isPrintLog() - 接口 中的方法xyz.noark.core.thread.ThreadCommand
-
是否输入执行时间日志.
- isRequired() - 类 中的方法xyz.noark.core.ioc.wrap.param.HttpParamWrapper
-
- isSameDay(Date, Date) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同一天 。
- isSameDay(Date, Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同一天,带秒钟偏移值
例如:需要在次日的5点刷新,offset传值为 5*3600 = 18000
- isSameDay(Calendar, Calendar) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
Checks if two calendar objects are on the same day ignoring time.
- isSameMonth(Date, Date) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同年同月份
- isSameMonth(Calendar, Calendar) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判定两个日期是否为同年同月份
- isSameWeek(LocalDate, LocalDate) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同周.
- isSameWeek(LocalDate, LocalDate, WeekFields) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同周.
- isSameWeek(Date, Date) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同周。
- isSameWeek(Date, Date, WeekFields) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同周
WeekFields.ISO代表每周从周一开始算。
- isSameWeek(Date, Date, int) - 类 中的静态方法xyz.noark.core.util.DateUtils
-
判断两个日期时间是否是同一周,带秒钟偏移值
WeekFields.ISO代表每周从周一开始算。
- isSuccess(float) - 类 中的静态方法xyz.noark.core.util.RandomUtils
-
判定一次随机事件是否成功.
- isSuccess(double) - 类 中的静态方法xyz.noark.core.util.RandomUtils
-
判定一次随机事件是否成功.
- isSuccessByPercentage(long) - 类 中的静态方法xyz.noark.core.util.RandomUtils
-
判定一次百分比的随机事件是否成功.
- isSuccessByPermillage(long) - 类 中的静态方法xyz.noark.core.util.RandomUtils
-
判定一次千分比的随机事件是否成功.
- isValid(LocalTime) - 类 中的方法xyz.noark.core.lang.LocalTimeSection
-
- isValid(LocalDateTime) - 类 中的方法xyz.noark.core.lang.TimeRange
-
- isValid(LocalDateTime) - 接口 中的方法xyz.noark.core.lang.ValidTime
-
判定指定时间是否正在有效期内.
- isValidExpression(String) - 类 中的静态方法xyz.noark.core.cron.CronExpression
-