摘要: 1 .java.lang.Double Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Dou 阅读全文
posted @ 2016-10-09 15:35 天空中的蜂蜂 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 1.public static boolean equals(Object a, Object b) 2. public static int hashCode(Object o) Returns the hash code of a non-null argument and 0 for a nu 阅读全文
posted @ 2016-10-09 12:38 天空中的蜂蜂 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 1. public static <T> List<T> asList(T... a) 2.public static int hashCode(long[] a) 3.public static String toString(long[] a) 4.public static int deepH 阅读全文
posted @ 2016-10-09 12:29 天空中的蜂蜂 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1.代理模式使用到的接口与类 1.1java.lang.reflect Interface InvocationHandler Object invoke(Object proxy, Method method, Object[] args) throws Throwable 1.2 java.la 阅读全文
posted @ 2016-10-09 11:24 天空中的蜂蜂 阅读(156) 评论(0) 推荐(0) 编辑