类 UtilConfig

java.lang.Object
org.beetl.core.util.UtilConfig

public class UtilConfig extends Object
Class to configure several of the util classes.
  • 构造器详细资料

    • UtilConfig

      public UtilConfig()
  • 方法详细资料

    • setThrowExceptionForUpperArrayOutOfBounds

      public static void setThrowExceptionForUpperArrayOutOfBounds(boolean check)
      android.util.* 这些类设置是否在 index > *.size 时抛出越界异常
      参数:
      check - 是否抛出异常