java.util 包的共享 API
编辑java.util 包的共享 API编辑
有关所有包和类的概述,请参阅共享 API。
AbstractCollection编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
AbstractList编辑
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- int lastIndexOf(def)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def remove(int)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
AbstractMap编辑
- void clear()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
AbstractMap.SimpleEntry编辑
- AbstractMap.SimpleEntry(Map.Entry)
- AbstractMap.SimpleEntry(def, def)
- boolean equals(Object)
- def getKey()
- def getValue()
- int hashCode()
- def setValue(def)
- null toString()
AbstractMap.SimpleImmutableEntry编辑
- AbstractMap.SimpleImmutableEntry(Map.Entry)
- AbstractMap.SimpleImmutableEntry(def, def)
- boolean equals(Object)
- def getKey()
- def getValue()
- int hashCode()
- def setValue(def)
- null toString()
AbstractQueue编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean offer(def)
- def peek()
- def poll()
- def remove()
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
AbstractSequentialList编辑
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- int lastIndexOf(def)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def remove(int)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
AbstractSet编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
ArrayDeque编辑
- ArrayDeque()
- ArrayDeque(Collection)
- boolean add(def)
- boolean addAll(Collection)
- void 添加到开头(def)
- void 添加到末尾(def)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- ArrayDeque 克隆()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- Iterator 降序迭代器()
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def 获取第一个元素()
- def 获取最后一个元素()
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean offer(def)
- boolean 尝试添加到开头(def)
- boolean 尝试添加到末尾(def)
- def peek()
- def 查看第一个元素()
- def 查看最后一个元素()
- def poll()
- def 移除并返回第一个元素()
- def 移除并返回最后一个元素()
- def 弹出()
- void 压入(def)
- def remove()
- boolean 移除(def)
- boolean removeAll(Collection)
- def 移除第一个元素()
- boolean 移除第一次出现的元素(def)
- boolean removeIf(Predicate)
- def 移除最后一个元素()
- boolean 移除最后一次出现的元素(def)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
ArrayListedit
- ArrayList()
- ArrayList(Collection)
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def 克隆()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- int lastIndexOf(def)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def remove(int)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
- void 缩减容量()
Arraysedit
Base64edit
Base64.Decoderedit
Base64.Encoderedit
BitSetedit
- static BitSet 值(long[])
- BitSet()
- BitSet(int)
- void 与(BitSet)
- void 与非(BitSet)
- int 基数()
- void 清除()
- void 清除(int)
- void 清除(int, int)
- def 克隆()
- boolean equals(Object)
- void 翻转(int)
- void 翻转(int, int)
- int hashCode()
- boolean 相交(BitSet)
- boolean 是否为空()
- int 长度()
- int 下一个清除位(int)
- int 下一个设置位(int)
- void 或(BitSet)
- int 上一个清除位(int)
- int 上一个设置位(int)
- void 设置(int)
- void 设置(int, int)
- void 设置(int, int, boolean)
- int 大小()
- byte[] 转换为字节数组()
- long[] 转换为长整型数组()
- null toString()
- void 异或(BitSet)
Calendaredit
- static int 所有样式
- static int 上午
- static int 上午/下午
- static int 四月
- static int 八月
- static int 日期
- static int 日
- static int 星期
- static int 月中星期
- static int 年中日
- static int 十二月
- static int 夏令时偏移量
- static int 纪元
- static int 二月
- static int 字段数量
- static int 星期五
- static int 小时
- static int 一天中的小时
- static int 一月
- static int 七月
- static int 六月
- static int 长
- static int 长格式
- static int 长独立
- static int 三月
- static int 五月
- static int 毫秒
- static int 分钟
- static int 星期一
- static int 月
- static int 窄格式
- static int NARROW_STANDALONE(窄独立格式)
- static int NOVEMBER(十一月)
- static int OCTOBER(十月)
- static int PM(下午)
- static int SATURDAY(星期六)
- static int SECOND(秒)
- static int SEPTEMBER(九月)
- static int SHORT(短格式)
- static int SHORT_FORMAT(短格式)
- static int SHORT_STANDALONE(短独立格式)
- static int SUNDAY(星期日)
- static int THURSDAY(星期四)
- static int TUESDAY(星期二)
- static int UNDECIMBER(十二月)
- static int WEDNESDAY(星期三)
- static int WEEK_OF_MONTH(一个月中的第几周)
- static int WEEK_OF_YEAR(一年中的第几周)
- static int YEAR(年)
- static int ZONE_OFFSET(时区偏移量)
- static Set getAvailableCalendarTypes(获取可用的日历类型)
- static Locale[] getAvailableLocales(获取可用的地区)
- static Calendar getInstance(获取日历实例)
- static Calendar getInstance(获取指定时区的日历实例)(TimeZone)
- static Calendar getInstance(获取指定时区和地区的日历实例)(TimeZone, Locale)
- void add(添加时间)(int, int)
- boolean after(判断是否在指定时间之后)(Object)
- boolean before(判断是否在指定时间之前)(Object)
- void clear(清空所有字段)
- void clear(清空指定字段)(int)
- def clone(克隆)
- int compareTo(比较时间)(Calendar)
- boolean equals(Object)
- int get(获取指定字段的值)(int)
- int getActualMaximum(获取指定字段实际上的最大值)(int)
- int getActualMinimum(获取指定字段实际上的最小值)(int)
- null getCalendarType(获取日历类型)
- null getDisplayName(获取指定字段的显示名称)(int, int, Locale)
- Map getDisplayNames(获取指定字段的所有显示名称)(int, int, Locale)
- int getFirstDayOfWeek(获取一周的第一天)
- int getGreatestMinimum(获取指定字段的最大最小值)(int)
- int getLeastMaximum(获取指定字段的最小最大值)(int)
- int getMaximum(获取指定字段的最大值)(int)
- int getMinimalDaysInFirstWeek(获取第一周的最小天数)
- int getMinimum(获取指定字段的最小值)(int)
- Date getTime(获取日期对象)
- long getTimeInMillis(获取时间戳)
- TimeZone getTimeZone(获取时区)
- int getWeekYear(获取周所在的年份)
- int getWeeksInWeekYear(获取一年中的周数)
- int hashCode()
- boolean isLenient(判断是否宽松模式)
- boolean isSet(判断指定字段是否已设置)(int)
- boolean isWeekDateSupported(判断是否支持周日期)
- void roll(滚动指定字段的值)(int, int)
- void set(设置指定字段的值)(int, int)
- void set(设置指定字段的值)(int, int, int)
- void set(设置指定字段的值)(int, int, int, int, int)
- void set(设置指定字段的值)(int, int, int, int, int, int)
- void setFirstDayOfWeek(设置一周的第一天)(int)
- void setLenient(设置是否宽松模式)(boolean)
- void setMinimalDaysInFirstWeek(设置第一周的最小天数)(int)
- void setTime(设置日期对象)(Date)
- void setTimeInMillis(设置时间戳)(long)
- void setTimeZone(设置时区)(TimeZone)
- void setWeekDate(设置周日期)(int, int, int)
- Instant toInstant(转换为 Instant 对象)
- null toString()
Calendar.Builderedit
- Calendar.Builder(日历构建器)()
- Calendar build(构建日历对象)
- boolean equals(Object)
- int hashCode()
- Calendar.Builder set(设置指定字段的值)(int, int)
- Calendar.Builder setCalendarType(设置日历类型)(null)
- Calendar.Builder setDate(设置日期)(int, int, int)
- Calendar.Builder setFields(设置多个字段的值)(int[])
- Calendar.Builder setInstant(设置时间戳)(long)
- Calendar.Builder setLenient(设置是否宽松模式)(boolean)
- Calendar.Builder setLocale(设置地区)(Locale)
- Calendar.Builder setTimeOfDay(设置时间)(int, int, int)
- Calendar.Builder setTimeOfDay(设置时间)(int, int, int, int)
- Calendar.Builder setTimeZone(设置时区)(TimeZone)
- Calendar.Builder setWeekDate(设置周日期)(int, int, int)
- Calendar.Builder setWeekDefinition(设置周的定义)(int, int)
- null toString()
Collection(集合)edit
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
Collections(集合工具类)edit
- static List EMPTY_LIST(空列表)
- static Map EMPTY_MAP(空映射)
- static Set EMPTY_SET(空集合)
- static boolean addAll(添加所有元素)(Collection, def[])
- static Queue asLifoQueue(转换为后进先出队列)(Deque)
- static int binarySearch(二分查找)(List, def)
- static int binarySearch(二分查找)(List, def, Comparator)
- static void copy(复制列表)(List, List)
- static boolean disjoint(判断两个集合是否没有交集)(Collection, Collection)
- static Enumeration emptyEnumeration(获取空枚举)
- static Iterator emptyIterator(获取空迭代器)
- static List emptyList(获取空列表)
- static ListIterator emptyListIterator(获取空列表迭代器)
- static Map emptyMap(获取空映射)
- static NavigableMap emptyNavigableMap(获取空可导航映射)
- static NavigableSet emptyNavigableSet()
- static Set emptySet()
- static SortedMap emptySortedMap()
- static SortedSet emptySortedSet()
- static Enumeration enumeration(Collection)
- static void fill(List,def)
- static int frequency(Collection,def)
- static int indexOfSubList(List,List)
- static int lastIndexOfSubList(List,List)
- static ArrayList list(Enumeration)
- static def max(Collection)
- static def max(Collection,Comparator)
- static def min(Collection)
- static def min(Collection,Comparator)
- static List nCopies(int,def)
- static Set newSetFromMap(Map)
- static boolean replaceAll(List,def,def)
- static void reverse(List)
- static Comparator reverseOrder()
- static Comparator reverseOrder(Comparator)
- static void rotate(List,int)
- static void shuffle(List)
- static void shuffle(List,Random)
- static Set singleton(def)
- static List singletonList(def)
- static Map singletonMap(def,def)
- static void sort(List)
- static void sort(List,Comparator)
- static void swap(List,int,int)
- static Collection unmodifiableCollection(Collection)
- static List unmodifiableList(List)
- static Map unmodifiableMap(Map)
- static NavigableMap unmodifiableNavigableMap(NavigableMap)
- static NavigableSet unmodifiableNavigableSet(NavigableSet)
- static Set unmodifiableSet(Set)
- static SortedMap unmodifiableSortedMap(SortedMap)
- static SortedSet unmodifiableSortedSet(SortedSet)
- boolean equals(Object)
- int hashCode()
- null toString()
比较器edit
- static Comparator comparing(Function)
- static Comparator comparing(Function,Comparator)
- static Comparator comparingDouble(ToDoubleFunction)
- static Comparator comparingInt(ToIntFunction)
- static Comparator comparingLong(ToLongFunction)
- static Comparator naturalOrder()
- static Comparator nullsFirst(Comparator)
- static Comparator nullsLast(Comparator)
- static Comparator reverseOrder()
- int compare(def,def)
- boolean equals(Object)
- int hashCode()
- Comparator reversed()
- Comparator thenComparing(Comparator)
- Comparator thenComparing(Function,Comparator)
- Comparator thenComparingDouble(ToDoubleFunction)
- Comparator thenComparingInt(ToIntFunction)
- Comparator thenComparingLong(ToLongFunction)
- null toString()
并发修改异常edit
- ConcurrentModificationException()
- ConcurrentModificationException(null)
- boolean equals(Object)
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
货币edit
日期edit
双端队列edit
- boolean add(def)
- boolean addAll(Collection)
- void 添加到开头(def)
- void 添加到末尾(def)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- Iterator 降序迭代器()
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def 获取第一个元素()
- def 获取最后一个元素()
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean offer(def)
- boolean 尝试添加到开头(def)
- boolean 尝试添加到末尾(def)
- def peek()
- def 查看第一个元素()
- def 查看最后一个元素()
- def poll()
- def 移除并返回第一个元素()
- def 移除并返回最后一个元素()
- def 弹出()
- void 压入(def)
- def remove()
- boolean 移除(def)
- boolean removeAll(Collection)
- def 移除第一个元素()
- boolean 移除第一次出现的元素(def)
- boolean removeIf(Predicate)
- def 移除最后一个元素()
- boolean 移除最后一次出现的元素(def)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
字典edit
双精度浮点数统计edit
DuplicateFormatFlagsException编辑
EmptyStackException编辑
Enumeration编辑
- boolean equals(Object)
- boolean hasMoreElements()
- int hashCode()
- def nextElement()
- null toString()
EventListenerProxy编辑
- boolean equals(Object)
- EventListener getListener()
- int hashCode()
- null toString()
EventObject编辑
- EventObject(Object)
- boolean equals(Object)
- Object getSource()
- int hashCode()
- null toString()
FormatFlagsConversionMismatchException编辑
- FormatFlagsConversionMismatchException(null, char)
- boolean equals(Object)
- char getConversion()
- null getFlags()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
Formattable编辑
FormattableFlags编辑
Formatter编辑
Formatter.BigDecimalLayoutForm编辑
- static Formatter.BigDecimalLayoutForm DECIMAL_FLOAT
- static Formatter.BigDecimalLayoutForm SCIENTIFIC
- int compareTo(Enum)
- boolean equals(Object)
- int hashCode()
- null name()
- int ordinal()
- null toString()
FormatterClosedException编辑
GregorianCalendar编辑
- static int AD
- static int BC
- static GregorianCalendar from(ZonedDateTime)
- GregorianCalendar()
- GregorianCalendar(TimeZone)
- GregorianCalendar(TimeZone, Locale)
- GregorianCalendar(int, int, int)
- GregorianCalendar(int, int, int, int, int)
- GregorianCalendar(int, int, int, int, int, int)
- void add(添加时间)(int, int)
- boolean after(判断是否在指定时间之后)(Object)
- boolean before(判断是否在指定时间之前)(Object)
- void clear(清空所有字段)
- void clear(清空指定字段)(int)
- def clone(克隆)
- int compareTo(比较时间)(Calendar)
- boolean equals(Object)
- int get(获取指定字段的值)(int)
- int getActualMaximum(获取指定字段实际上的最大值)(int)
- int getActualMinimum(获取指定字段实际上的最小值)(int)
- null getCalendarType(获取日历类型)
- null getDisplayName(获取指定字段的显示名称)(int, int, Locale)
- Map getDisplayNames(获取指定字段的所有显示名称)(int, int, Locale)
- int getFirstDayOfWeek(获取一周的第一天)
- int getGreatestMinimum(获取指定字段的最大最小值)(int)
- Date getGregorianChange()
- int getLeastMaximum(获取指定字段的最小最大值)(int)
- int getMaximum(获取指定字段的最大值)(int)
- int getMinimalDaysInFirstWeek(获取第一周的最小天数)
- int getMinimum(获取指定字段的最小值)(int)
- Date getTime(获取日期对象)
- long getTimeInMillis(获取时间戳)
- TimeZone getTimeZone(获取时区)
- int getWeekYear(获取周所在的年份)
- int getWeeksInWeekYear(获取一年中的周数)
- int hashCode()
- boolean isLeapYear(int)
- boolean isLenient(判断是否宽松模式)
- boolean isSet(判断指定字段是否已设置)(int)
- boolean isWeekDateSupported(判断是否支持周日期)
- void roll(滚动指定字段的值)(int, int)
- void set(设置指定字段的值)(int, int)
- void set(设置指定字段的值)(int, int, int)
- void set(设置指定字段的值)(int, int, int, int, int)
- void set(设置指定字段的值)(int, int, int, int, int, int)
- void setFirstDayOfWeek(设置一周的第一天)(int)
- void setGregorianChange(Date)
- void setLenient(设置是否宽松模式)(boolean)
- void setMinimalDaysInFirstWeek(设置第一周的最小天数)(int)
- void setTime(设置日期对象)(Date)
- void setTimeInMillis(设置时间戳)(long)
- void setTimeZone(设置时区)(TimeZone)
- void setWeekDate(设置周日期)(int, int, int)
- Instant toInstant(转换为 Instant 对象)
- null toString()
- ZonedDateTime toZonedDateTime()
HashMap编辑
- HashMap()
- HashMap(Map)
- void clear()
- def clone()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
HashSet编辑
- HashSet()
- HashSet(Collection)
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def clone()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
Hashtable编辑
- Hashtable()
- Hashtable(Map)
- void clear()
- def clone()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Enumeration elements()
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- Enumeration keys()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
IdentityHashMap编辑
- IdentityHashMap()
- IdentityHashMap(Map)
- void clear()
- def clone()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
IllegalFormatCodePointException编辑
- IllegalFormatCodePointException(int)
- boolean equals(Object)
- int getCodePoint()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
IllegalFormatConversionException编辑
IllegalFormatException编辑
IllegalFormatFlagsException编辑
IllegalFormatPrecisionException编辑
- IllegalFormatPrecisionException(int)
- boolean equals(Object)
- null 获取本地化消息()
- null 获取消息()
- int getPrecision()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
IllegalFormatWidthException编辑
IllformedLocaleException编辑
- IllformedLocaleException()
- IllformedLocaleException(null)
- IllformedLocaleException(null, int)
- boolean equals(Object)
- int getErrorIndex()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
InputMismatchException编辑
- InputMismatchException()
- InputMismatchException(null)
- boolean equals(Object)
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
IntSummaryStatistics编辑
迭代器编辑
LinkedHashMap编辑
- LinkedHashMap()
- LinkedHashMap(Map m)
- void clear()
- def clone()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
LinkedHashSet编辑
- LinkedHashSet()
- LinkedHashSet(Collection c)
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def clone()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
LinkedList编辑
- LinkedList()
- LinkedList(Collection c)
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- void 添加到开头(def)
- void 添加到末尾(def)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def clone()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- Iterator 降序迭代器()
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- def 获取第一个元素()
- def 获取最后一个元素()
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- int lastIndexOf(def)
- ListIterator listIterator()
- ListIterator listIterator(int)
- boolean offer(def)
- boolean 尝试添加到开头(def)
- boolean 尝试添加到末尾(def)
- def peek()
- def 查看第一个元素()
- def 查看最后一个元素()
- def poll()
- def 移除并返回第一个元素()
- def 移除并返回最后一个元素()
- def 弹出()
- void 压入(def)
- def remove()
- def remove(int)
- boolean removeAll(Collection)
- def 移除第一个元素()
- boolean 移除第一次出现的元素(def)
- boolean removeIf(Predicate)
- def 移除最后一个元素()
- boolean 移除最后一次出现的元素(def)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
列表编辑
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- int lastIndexOf(def)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def remove(int)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
ListIterator编辑
- void add(def e)
- boolean equals(Object)
- void forEachRemaining(Consumer action)
- boolean hasNext()
- boolean hasPrevious()
- int hashCode()
- def next()
- int nextIndex()
- int previousIndex()
- void remove()
- void set(def e)
- null toString()
语言环境编辑
- static Locale CANADA
- static Locale CANADA_FRENCH
- static Locale CHINA
- static Locale CHINESE
- static Locale ENGLISH
- static Locale FRANCE
- static Locale FRENCH
- static Locale GERMAN
- static Locale GERMANY
- static Locale ITALIAN
- static Locale ITALY
- static Locale JAPAN
- static Locale JAPANESE
- static Locale KOREA
- static Locale KOREAN
- static Locale PRC
- static char PRIVATE_USE_EXTENSION
- static Locale ROOT
- static Locale SIMPLIFIED_CHINESE
- static Locale TAIWAN
- static Locale TRADITIONAL_CHINESE
- static Locale UK
- static char UNICODE_LOCALE_EXTENSION
- static Locale US
- static List filter(List<Locale.LanguageRange> ranges, Collection<Locale> locales)
- static List filterTags(List<Locale.LanguageRange> ranges, Collection<String> languageTags)
- static Locale forLanguageTag(String languageTag)
- static Locale[] getAvailableLocales()
- static Locale getDefault()
- static Locale getDefault(Locale.Category category)
- static String[] getISOCountries()
- static String[] getISOLanguages()
- static Locale lookup(List<Locale.LanguageRange> ranges, Collection<Locale> locales)
- static String lookupTag(List<Locale.LanguageRange> ranges, Collection<String> languageTags)
- Locale(String language)
- Locale(String language, String country)
- Locale(String language, String country, String variant)
- def clone()
- boolean equals(Object)
- String getCountry()
- String getDisplayCountry()
- String getDisplayCountry(Locale inLocale)
- String getDisplayLanguage()
- String getDisplayLanguage(Locale inLocale)
- String getDisplayName()
- String getDisplayName(Locale inLocale)
- String getDisplayScript()
- String getDisplayScript(Locale inLocale)
- String getDisplayVariant()
- String getDisplayVariant(Locale inLocale)
- String getExtension(char key)
- Set<Character> getExtensionKeys()
- String getISO3Country()
- String getISO3Language()
- String getLanguage()
- String getScript()
- Set<String> getUnicodeLocaleAttributes()
- Set<String> getUnicodeLocaleKeys()
- String getUnicodeLocaleType(String key)
- String getVariant()
- boolean hasExtensions()
- int hashCode()
- Locale stripExtensions()
- String toLanguageTag()
- null toString()
Locale.Builder编辑
- Locale.Builder()
- Locale.Builder addUnicodeLocaleAttribute(String attribute)
- Locale build()
- Locale.Builder clear()
- Locale.Builder clearExtensions()
- boolean equals(Object)
- int hashCode()
- Locale.Builder removeUnicodeLocaleAttribute(String attribute)
- Locale.Builder setExtension(char, null)
- Locale.Builder setLanguage(null)
- Locale.Builder setLanguageTag(null)
- Locale.Builder setLocale(Locale)
- Locale.Builder setRegion(null)
- Locale.Builder setScript(null)
- Locale.Builder setUnicodeLocaleKeyword(null, null)
- Locale.Builder setVariant(null)
- null toString()
Locale.Category编辑
Locale.FilteringMode编辑
- 静态 Locale.FilteringMode AUTOSELECT_FILTERING
- 静态 Locale.FilteringMode EXTENDED_FILTERING
- 静态 Locale.FilteringMode IGNORE_EXTENDED_RANGES
- 静态 Locale.FilteringMode MAP_EXTENDED_RANGES
- 静态 Locale.FilteringMode REJECT_EXTENDED_RANGES
- 静态 Locale.FilteringMode valueOf(null)
- 静态 Locale.FilteringMode[] values()
- int compareTo(Enum)
- boolean equals(Object)
- int hashCode()
- null name()
- int ordinal()
- null toString()
Locale.LanguageRange编辑
- 静态 double MAX_WEIGHT
- 静态 double MIN_WEIGHT
- 静态 List mapEquivalents(List, Map)
- 静态 List parse(null)
- 静态 List parse(null, Map)
- Locale.LanguageRange(null)
- Locale.LanguageRange(null, double)
- boolean equals(Object)
- null getRange()
- double getWeight()
- int hashCode()
- null toString()
LongSummaryStatistics编辑
Map编辑
- void clear()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- boolean isEmpty()
- Set keySet()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- null toString()
- Collection values()
Map.Entry编辑
- 静态 Comparator comparingByKey()
- 静态 Comparator comparingByKey(Comparator)
- 静态 Comparator comparingByValue()
- 静态 Comparator comparingByValue(Comparator)
- boolean equals(Object)
- def getKey()
- def getValue()
- int hashCode()
- def setValue(def)
- null toString()
MissingFormatArgumentException编辑
- MissingFormatArgumentException(null)
- boolean equals(Object)
- null getFormatSpecifier()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
MissingFormatWidthException编辑
- MissingFormatWidthException(null)
- boolean equals(Object)
- null getFormatSpecifier()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
MissingResourceException编辑
- MissingResourceException(null, null, null)
- boolean equals(Object)
- null getClassName()
- null getKey()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
NavigableMap编辑
- Map.Entry ceilingEntry(def)
- def ceilingKey(def)
- void clear()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- Comparator comparator()
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- NavigableSet descendingKeySet()
- NavigableMap descendingMap()
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- Map.Entry firstEntry()
- def firstKey()
- Map.Entry floorEntry(def)
- def floorKey(def)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- SortedMap headMap(def)
- NavigableMap headMap(def, boolean)
- Map.Entry higherEntry(def)
- def higherKey(def)
- boolean isEmpty()
- Set keySet()
- Map.Entry lastEntry()
- def lastKey()
- Map.Entry lowerEntry(def)
- def merge(def, def, BiFunction)
- NavigableSet navigableKeySet()
- Map.Entry pollFirstEntry()
- Map.Entry pollLastEntry()
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- SortedMap subMap(def, def)
- NavigableMap subMap(def, boolean, def, boolean)
- SortedMap tailMap(def)
- NavigableMap tailMap(def, boolean)
- null toString()
- Collection values()
NavigableSet编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- def ceiling(def)
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- Comparator comparator()
- boolean contains(def)
- boolean containsAll(Collection)
- Iterator descendingIterator()
- NavigableSet descendingSet()
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- def first()
- def floor(def)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- SortedSet headSet(def)
- NavigableSet headSet(def, boolean)
- def higher(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- def last()
- def lower(def)
- def pollFirst()
- def pollLast()
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- SortedSet subSet(def, def)
- NavigableSet subSet(def, boolean, def, boolean)
- double sum()
- double sum(ToDoubleFunction)
- SortedSet tailSet(def)
- NavigableSet tailSet(def, boolean)
- def[] toArray()
- def[] toArray(def[])
- null toString()
NoSuchElementException编辑
- NoSuchElementException()
- NoSuchElementException(null)
- boolean equals(Object)
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
Objects编辑
- static int compare(def, def, Comparator)
- static boolean deepEquals(Object, Object)
- static boolean equals(Object, Object)
- static int hash(Object[])
- static int hashCode(Object)
- static boolean isNull(Object)
- static boolean nonNull(Object)
- static def requireNonNull(def)
- static def requireNonNull(def, null)
- static null toString(Object)
- static null toString(Object, null)
- boolean equals(Object)
- int hashCode()
- null toString()
Observable编辑
- Observable()
- void addObserver(Observer)
- int countObservers()
- void deleteObserver(Observer)
- void deleteObservers()
- boolean equals(Object)
- boolean hasChanged()
- int hashCode()
- void notifyObservers()
- void notifyObservers(Object)
- null toString()
Optional编辑
- static Optional empty()
- static Optional of(def)
- static Optional ofNullable(def)
- boolean equals(Object)
- Optional filter(Predicate)
- Optional flatMap(Function)
- def get()
- int hashCode()
- void ifPresent(Consumer)
- boolean isPresent()
- Optional map(Function)
- def orElse(def)
- def orElseGet(Supplier)
- def orElseThrow(Supplier)
- null toString()
OptionalDouble编辑
OptionalInt编辑
OptionalLong编辑
PrimitiveIterator编辑
PrimitiveIterator.OfDouble编辑
- boolean equals(Object)
- void forEachRemaining(def)
- boolean hasNext()
- int hashCode()
- Double next()
- double nextDouble()
- void remove()
- null toString()
PrimitiveIterator.OfInt编辑
PrimitiveIterator.OfLong编辑
PriorityQueue编辑
- PriorityQueue()
- PriorityQueue(Comparator)
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean offer(def)
- def peek()
- def poll()
- def remove()
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
Queue编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def element()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean offer(def)
- def peek()
- def poll()
- def remove()
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
Random编辑
- Random()
- Random(long)
- DoubleStream doubles(long)
- DoubleStream doubles(long, double, double)
- boolean equals(Object)
- int hashCode()
- IntStream ints(long)
- IntStream ints(long, int, int)
- LongStream longs(long)
- LongStream longs(long, long, long)
- boolean nextBoolean()
- void nextBytes(byte[])
- double nextDouble()
- float nextFloat()
- double nextGaussian()
- int nextInt()
- int nextInt(int)
- long nextLong()
- void setSeed(long)
- null toString()
集合编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
简单时区编辑
- static int 标准时间
- static int 世界协调时间
- static int 墙上时间
- 简单时区(int, null, int, int, int, int, int, int, int, int)
- 简单时区(int, null, int, int, int, int, int, int, int, int, int)
- 简单时区(int, null, int, int, int, int, int, int, int, int, int, int, int)
- 简单时区(int, null)
- def 克隆()
- boolean equals(Object)
- int 获取夏令时节省()
- null 获取显示名称()
- null 获取显示名称(区域设置)
- null 获取显示名称(boolean, int)
- null 获取显示名称(boolean, int, 区域设置)
- null 获取 ID()
- int 获取偏移量(long)
- int 获取偏移量(int, int, int, int, int, int)
- int 获取原始偏移量()
- boolean 具有相同规则(时区)
- int hashCode()
- boolean 处于夏令时(日期)
- boolean 遵守夏令时()
- void 设置夏令时节省(int)
- void 设置结束规则(int, int, int)
- void 设置结束规则(int, int, int, int)
- void 设置结束规则(int, int, int, int, boolean)
- void 设置原始偏移量(int)
- void 设置开始规则(int, int, int)
- void 设置开始规则(int, int, int, int)
- void 设置开始规则(int, int, int, int, boolean)
- void 设置开始年份(int)
- null toString()
- ZoneId 转换为区域 ID()
- boolean 使用夏令时()
排序映射编辑
- void clear()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- Comparator comparator()
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- def firstKey()
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- SortedMap headMap(def)
- boolean isEmpty()
- Set keySet()
- def lastKey()
- def merge(def, def, BiFunction)
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- SortedMap subMap(def, def)
- SortedMap tailMap(def)
- null toString()
- Collection values()
排序集编辑
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- List collect(Function)
- def collect(Collection, Function)
- Comparator comparator()
- boolean contains(def)
- boolean containsAll(Collection)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- def first()
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- SortedSet headSet(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- def last()
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- SortedSet subSet(def, def)
- double sum()
- double sum(ToDoubleFunction)
- SortedSet tailSet(def)
- def[] toArray()
- def[] toArray(def[])
- null toString()
拆分器编辑
- static int 并发
- static int 不同
- static int 不可变
- static int 非空
- static int 有序
- static int 大小固定
- static int 已排序
- static int 子大小固定
- int 特征()
- boolean equals(Object)
- long 估计大小()
- void 对剩余元素执行操作(消费者)
- Comparator 获取比较器()
- long 获取已知确切大小()
- boolean 具有特征(int)
- int hashCode()
- null toString()
- boolean 尝试前进(消费者)
- Spliterator 尝试拆分()
Spliterator.OfDouble编辑
Spliterator.OfInt编辑
Spliterator.OfLong编辑
Spliterator.OfPrimitive编辑
拆分器编辑
- static Spliterator.OfDouble 空双精度拆分器()
- static Spliterator.OfInt 空整数拆分器()
- static Spliterator.OfLong 空长整数拆分器()
- static Spliterator 空拆分器()
- static Iterator 迭代器(拆分器)
- static Spliterator 拆分器(集合, int)
- static Spliterator 拆分器(迭代器, long, int)
- static Spliterator 未知大小的拆分器(迭代器, int)
- boolean equals(Object)
- int hashCode()
- null toString()
堆栈编辑
- 堆栈()
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- void 添加元素(def)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def 克隆()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- void 复制到(对象数组)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def 获取指定索引处的元素(int)
- Enumeration 元素()
- boolean 为空()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- def 第一个元素()
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- void 在指定索引处插入元素(def, int)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- def lastElement()
- int lastIndexOf(def)
- int lastIndexOf(def, int)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def peek()
- def pop()
- def push(def)
- def remove(int)
- boolean removeAll(Collection)
- void removeAllElements()
- boolean removeElement(def)
- void removeElementAt(int)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- int search(def)
- def set(int, def)
- void setElementAt(def, int)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()
StringJoiner编辑
- StringJoiner(CharSequence)
- StringJoiner(CharSequence, CharSequence, CharSequence)
- StringJoiner add(CharSequence)
- boolean equals(Object)
- int hashCode()
- int length()
- StringJoiner merge(StringJoiner)
- StringJoiner setEmptyValue(CharSequence)
- null toString()
StringTokenizer编辑
- StringTokenizer(null)
- StringTokenizer(null, null)
- StringTokenizer(null, null, boolean)
- int countTokens()
- boolean equals(Object)
- boolean hasMoreElements()
- boolean hasMoreTokens()
- int hashCode()
- def nextElement()
- null nextToken()
- null nextToken(null)
- null toString()
TimeZone编辑
- static int LONG
- static int SHORT
- static null[] getAvailableIDs()
- static null[] getAvailableIDs(int)
- static TimeZone getDefault()
- static TimeZone getTimeZone(null)
- def 克隆()
- boolean equals(Object)
- int getDSTSavings()
- null 获取显示名称()
- null 获取显示名称(区域设置)
- null 获取显示名称(boolean, int)
- null 获取显示名称(boolean, int, 区域设置)
- null 获取 ID()
- int 获取偏移量(long)
- int 获取偏移量(int, int, int, int, int, int)
- int 获取原始偏移量()
- boolean 具有相同规则(时区)
- int hashCode()
- boolean 处于夏令时(日期)
- boolean 遵守夏令时()
- void 设置原始偏移量(int)
- null toString()
- ZoneId 转换为区域 ID()
- boolean 使用夏令时()
TooManyListenersException编辑
- TooManyListenersException()
- TooManyListenersException(null)
- boolean equals(Object)
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
TreeMap编辑
- TreeMap()
- TreeMap(Comparator)
- Map.Entry ceilingEntry(def)
- def ceilingKey(def)
- void clear()
- def clone()
- List collect(BiFunction)
- def collect(Collection, BiFunction)
- Comparator comparator()
- def compute(def, BiFunction)
- def computeIfAbsent(def, Function)
- def computeIfPresent(def, BiFunction)
- boolean containsKey(def)
- boolean containsValue(def)
- int count(BiPredicate)
- NavigableSet descendingKeySet()
- NavigableMap descendingMap()
- def each(BiConsumer)
- Set entrySet()
- boolean equals(Object)
- boolean every(BiPredicate)
- Map.Entry find(BiPredicate)
- Map findAll(BiPredicate)
- def findResult(BiFunction)
- def findResult(def, BiFunction)
- List findResults(BiFunction)
- Map.Entry firstEntry()
- def firstKey()
- Map.Entry floorEntry(def)
- def floorKey(def)
- void forEach(BiConsumer)
- def get(def)
- Object getByPath(null)
- Object getByPath(null, Object)
- def getOrDefault(def, def)
- Map groupBy(BiFunction)
- int hashCode()
- SortedMap headMap(def)
- NavigableMap headMap(def, boolean)
- Map.Entry higherEntry(def)
- def higherKey(def)
- boolean isEmpty()
- Set keySet()
- Map.Entry lastEntry()
- def lastKey()
- Map.Entry lowerEntry(def)
- def merge(def, def, BiFunction)
- NavigableSet navigableKeySet()
- Map.Entry pollFirstEntry()
- Map.Entry pollLastEntry()
- def put(def, def)
- void putAll(Map)
- def putIfAbsent(def, def)
- def remove(def)
- boolean remove(def, def)
- def replace(def, def)
- boolean replace(def, def, def)
- void replaceAll(BiFunction)
- int size()
- SortedMap subMap(def, def)
- NavigableMap subMap(def, boolean, def, boolean)
- SortedMap tailMap(def)
- NavigableMap tailMap(def, boolean)
- null toString()
- Collection values()
TreeSet编辑
- TreeSet()
- TreeSet(Comparator)
- boolean add(def)
- boolean addAll(Collection)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- def ceiling(def)
- void clear()
- def clone()
- List collect(Function)
- def collect(Collection, Function)
- Comparator comparator()
- boolean contains(def)
- boolean containsAll(Collection)
- Iterator descendingIterator()
- NavigableSet descendingSet()
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- def first()
- def floor(def)
- void forEach(Consumer)
- Map groupBy(Function)
- int hashCode()
- SortedSet headSet(def)
- NavigableSet headSet(def, boolean)
- def higher(def)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- def last()
- def lower(def)
- def pollFirst()
- def pollLast()
- boolean remove(def)
- boolean removeAll(Collection)
- boolean removeIf(Predicate)
- boolean retainAll(Collection)
- int size()
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- SortedSet subSet(def, def)
- NavigableSet subSet(def, boolean, def, boolean)
- double sum()
- double sum(ToDoubleFunction)
- SortedSet tailSet(def)
- NavigableSet tailSet(def, boolean)
- def[] toArray()
- def[] toArray(def[])
- null toString()
UUID编辑
- static UUID fromString(null)
- static UUID nameUUIDFromBytes(byte[])
- static UUID randomUUID()
- UUID(long, long)
- int clockSequence()
- int compareTo(UUID)
- boolean equals(Object)
- long getLeastSignificantBits()
- long getMostSignificantBits()
- int hashCode()
- long node()
- long timestamp()
- null toString()
- int variant()
- int version()
UnknownFormatConversionException编辑
- UnknownFormatConversionException(null)
- boolean equals(Object)
- null getConversion()
- null 获取本地化消息()
- null 获取消息()
- StackTraceElement[] 获取堆栈跟踪()
- int hashCode()
- null toString()
UnknownFormatFlagsException编辑
Vector编辑
- Vector()
- Vector(Collection)
- boolean add(def)
- void add(int, def)
- boolean addAll(Collection)
- boolean addAll(int, Collection)
- void 添加元素(def)
- boolean any(Predicate)
- Collection asCollection()
- List asList()
- void clear()
- def 克隆()
- List collect(Function)
- def collect(Collection, Function)
- boolean contains(def)
- boolean containsAll(Collection)
- void 复制到(对象数组)
- def each(Consumer)
- def eachWithIndex(ObjIntConsumer)
- def 获取指定索引处的元素(int)
- Enumeration 元素()
- boolean equals(Object)
- boolean every(Predicate)
- def find(Predicate)
- List findAll(Predicate)
- def findResult(Function)
- def findResult(def, Function)
- List findResults(Function)
- def 第一个元素()
- void forEach(Consumer)
- def get(int)
- Object getByPath(null)
- Object getByPath(null, Object)
- int getLength()
- Map groupBy(Function)
- int hashCode()
- int indexOf(def)
- void 在指定索引处插入元素(def, int)
- boolean isEmpty()
- Iterator iterator()
- null join(null)
- def lastElement()
- int lastIndexOf(def)
- int lastIndexOf(def, int)
- ListIterator listIterator()
- ListIterator listIterator(int)
- def remove(int)
- boolean removeAll(Collection)
- void removeAllElements()
- boolean removeElement(def)
- void removeElementAt(int)
- boolean removeIf(Predicate)
- void replaceAll(UnaryOperator)
- boolean retainAll(Collection)
- def set(int, def)
- void setElementAt(def, int)
- int size()
- void sort(Comparator)
- List split(Predicate)
- Spliterator spliterator()
- Stream stream()
- List subList(int, int)
- double sum()
- double sum(ToDoubleFunction)
- def[] toArray()
- def[] toArray(def[])
- null toString()