跳过导航链接
C D E G I L P 

C

checkArgument(boolean) - 类 中的静态方法io.julian.common.Preconditions
 
checkArgument(boolean, Object) - 类 中的静态方法io.julian.common.Preconditions
Ensures that an expression checking an argument is true.
checkArgumentFinite(float, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the argument floating point value is a finite number.
checkArgumentInRange(float, float, float, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the argument floating point value is within the inclusive range.
checkArgumentInRange(int, int, int, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the argument int value is within the inclusive range.
checkArgumentInRange(long, long, long, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the argument long value is within the inclusive range.
checkArgumentNonnegative(int, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that that the argument numeric value is non-negative.
checkArgumentNonnegative(int) - 类 中的静态方法io.julian.common.Preconditions
Ensures that that the argument numeric value is non-negative.
checkArgumentNonnegative(long) - 类 中的静态方法io.julian.common.Preconditions
Ensures that that the argument numeric value is non-negative.
checkArgumentNonnegative(long, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that that the argument numeric value is non-negative.
checkArgumentPositive(int, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that that the argument numeric value is positive.
checkArrayElementsInRange(float[], float, float, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that all elements in the argument floating point array are within the inclusive range While this can be used to range check against +/- infinity, note that all NaN numbers will always be out of range.
checkArrayElementsNotNull(T[], String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the array is not null, and none of its elements are null.
checkCollectionElementsNotNull(C, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the Collection is not null, and none of its elements are null.
checkCollectionNotEmpty(Collection<T>, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures that the Collection is not null, and contains at least one element.
checkFlagsArgument(int, int) - 类 中的静态方法io.julian.common.Preconditions
Check the requested flags, throwing if any requested flags are outside the allowed set.
checkNotNull(T) - 类 中的静态方法io.julian.common.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - 类 中的静态方法io.julian.common.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkState(boolean, String) - 类 中的静态方法io.julian.common.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean) - 类 中的静态方法io.julian.common.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkStringNotEmpty(T) - 类 中的静态方法io.julian.common.Preconditions
Ensures that an string reference passed as a parameter to the calling method is not empty.
checkStringNotEmpty(T, Object) - 类 中的静态方法io.julian.common.Preconditions
Ensures that an string reference passed as a parameter to the calling method is not empty.

D

d(String, String) - 类 中的静态方法io.julian.common.L
 
disabledLog() - 类 中的静态方法io.julian.common.L
 

E

e(String, String) - 类 中的静态方法io.julian.common.L
 
enabledLog() - 类 中的静态方法io.julian.common.L
 

G

getStackTraceString(Throwable) - 类 中的静态方法io.julian.common.L
 

I

io.julian.common - 程序包 io.julian.common
 

L

L - io.julian.common中的类
 

P

Preconditions - io.julian.common中的类
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
Preconditions() - 类 的构造器io.julian.common.Preconditions
 
C D E G I L P 
跳过导航链接