- identityToString(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of an object's overall identity.
- ignoreInterface(boolean) - Method in class com.xunlei.channel.common.utils.scan.PackageScanner
-
- IpMaskUtils - Class in com.xunlei.channel.common.utils.ip
-
- IpMaskUtils() - Constructor for class com.xunlei.channel.common.utils.ip.IpMaskUtils
-
- ipV4ToLong(String) - Static method in class com.xunlei.channel.common.utils.ip.RemoteIpUtils
-
- isArray(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isAssignable(Class<?>, Class<?>) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isCheckedException(Throwable) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isDigit(String) - Static method in class com.xunlei.channel.common.utils.string.StringUtil
-
检测字符串是否为数字
- isEmpty(Collection<?>) - Static method in class com.xunlei.channel.common.utils.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty(Map<?, ?>) - Static method in class com.xunlei.channel.common.utils.CollectionUtils
-
Return true if the supplied Map is null or empty.
- isEmpty(Object[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(Object) - Static method in class com.xunlei.channel.common.utils.string.StringUtils
-
- isInstanceOf(Class<?>, Object) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isIpInMask(String, String) - Static method in class com.xunlei.channel.common.utils.ip.IpMaskUtils
-
- isIpInMask(int, int, int) - Static method in class com.xunlei.channel.common.utils.ip.IpMaskUtils
-
- isIPv4Private(String) - Static method in class com.xunlei.channel.common.utils.ip.RemoteIpUtils
-
- isIPv4Valid(String) - Static method in class com.xunlei.channel.common.utils.ip.RemoteIpUtils
-
- isNull(Object, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an object is null .
- isNull(Object) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an object is null .
- isSupportAll(MobileCarriers[]) - Static method in enum com.xunlei.channel.common.utils.carriers.MobileCarriers
-
- isTrue(boolean, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false.
- isTrue(boolean) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert a boolean expression, throwing IllegalArgumentException
if the test result is false.
- NetWorkUtils - Class in com.xunlei.channel.common.utils.network
-
- NetWorkUtils() - Constructor for class com.xunlei.channel.common.utils.network.NetWorkUtils
-
- newClient(int) - Static method in class com.xunlei.channel.common.utils.http.ClientFactory
-
- newConfiguredMapper() - Static method in class com.xunlei.channel.common.utils.JacksonHelper
-
- newConfiguredMapper() - Static method in class com.xunlei.channel.common.utils.XmlHelper
-
- newInstance(int) - Static method in class com.xunlei.channel.common.utils.concurrent.LockSupport
-
- newMapper() - Static method in class com.xunlei.channel.common.utils.JacksonHelper
-
- newMapper() - Static method in class com.xunlei.channel.common.utils.XmlHelper
-
- newRandomStringUtils(boolean) - Static method in class com.xunlei.channel.common.utils.random.RandomUtils
-
- newScanner() - Static method in class com.xunlei.channel.common.utils.scan.PackageScanner
-
- noNullElements(Object[], String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an array has no null elements.
- noNullElements(Object[]) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an array has no null elements.
- notEmpty(Object[], String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an array has elements; that is, it must not be
null and must have at least one element.
- notEmpty(Object[]) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an array has elements; that is, it must not be
null and must have at least one element.
- notEmpty(Collection<?>, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that a collection has elements; that is, it must not be
null and must have at least one element.
- notEmpty(Collection<?>) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that a collection has elements; that is, it must not be
null and must have at least one element.
- notEmpty(Map<?, ?>, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that a Map has entries; that is, it must not be null
and must have at least one entry.
- notEmpty(Map<?, ?>) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that a Map has entries; that is, it must not be null
and must have at least one entry.
- notNull(Object, String) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an object is not null .
- notNull(Object) - Static method in class com.xunlei.channel.common.utils.Assert
-
Assert that an object is not null .
- nullSafeClassName(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Determine if the given objects are equal, returning true if
both are null or false if only one is null.
- nullSafeHashCode(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()}.
- nullSafeHashCode(Object[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Object) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(boolean[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - Static method in class com.xunlei.channel.common.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- numbers - Static variable in class com.xunlei.channel.common.utils.string.Words
-
- numbers() - Static method in class com.xunlei.channel.common.utils.string.Words
-