类 UtilConfig
java.lang.Object
org.beetl.core.util.UtilConfig
Class to configure several of the util classes.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidsetThrowExceptionForUpperArrayOutOfBounds(boolean check) 为android.util.*这些类设置是否在index > *.size时抛出越界异常
-
构造器详细资料
-
UtilConfig
public UtilConfig()
-
-
方法详细资料
-
setThrowExceptionForUpperArrayOutOfBounds
public static void setThrowExceptionForUpperArrayOutOfBounds(boolean check) 为android.util.*这些类设置是否在index > *.size时抛出越界异常- 参数:
check- 是否抛出异常
-