This class simplifies calls to SharedPreferences in a line of code. It can also do more like: saving a list of Strings, ints, and saving images. All in 1 line of code! - kcochibili/TinyDB--Android-Shared-Preferences-Turbo
org.tinygroup.cepcoreexceptioncode.CEPCoreImplExceptionCode public class CEPCoreImplExceptionCode extends Object Field Summary Fields Modifier and TypeField and Description static String CEP_CONFIG_EXCEPTION_CODE Method Summary Methods inherited from class java.lang.Object clone, equals, finalize, getCl...
org.tinygroup.exception.errorcode.ErrorCodeLength16 All Implemented Interfaces: Serializable,Cloneable,ErrorCode,ErrorCodeParser public classErrorCodeLength16extendsAbstractErrorCode 16位长度的错误码 Author: renhui See Also: Serialized Form Field Summary ...
* </p> * * @param javaClassName 要查看的类名 * @return 简单类名,如果类名为空,则返回 <code>null</code> */ public static String getSimpleClassName(String javaClassName) { return getSimpleClassName(javaClassName, true); } origin: org.tinygroup/commons ClassUtil.getSimpleClassName(...)...
Point p = new Point(x, y) new Point() MouseEvent e;e.getPoint() Smart code suggestions by Tabnine } Get smart completions for your Java IDEAdd Tabnine to your IDE (free) origin: org.tinygroup/commons ClassUtil.getAllInterfacesForClassAsSet(...) /** * Return all interfaces that ...
A tiny and powerful enterprise-class solution for building lowcode tables. 轻量、强大的企业级表格可视化搭建解决方案。 - jd-opensource/drip-table
org.tinygroup.exception.ErrorCodeFactory public class ErrorCodeFactory extends Object 创建errorcode的工厂类 Author: renhui Method Summary All MethodsStatic MethodsConcrete Methods Modifier and TypeMethod and Description static void addCodeParser(ErrorCodeParser errorCodeParser) static ErrorCode parseError...
Class Hierarchy Package Hierarchies: All Packages Class Hierarchy java.lang.Object org.tinygroup.cepcoreexceptioncode.CEPCoreExceptionCode org.tinygroup.cepcoreexceptioncode.CEPCoreImplExceptionCode org.tinygroup.cepcoreexceptioncode.CEPCoreRemoteExceptionCode...
origin:org.tinygroup/commons ClassLoaderUtil.whichClasses(...) /*** 从当前线程的<code>ClassLoader</code>中查找指定名称的类。** @param className 要查找的类名* @param referrer 调用者类,如果为<code>null</code>,表示在<code>ClassLoaderUtil</code>* 的class loader中找。* @return URL数组,列举...
origin: org.tinygroup/commons ClassUtil.checkSupperClassDeepth(...) /** * @param supperClass * @param targetClass * @return */ public static int checkSupperClassDeepth(Class<?> supperClass, Class<?> targetClass) { if (!supperClass.isAssignableFrom(targetClass)) { return -1; } if (...