René's URL Explorer Experiment


Title: Java 备忘清单 & java cheatsheet & Quick Reference

direct link

Domain: codehelp.jeffjade.com

Links:

Quick Referencehttps://codehelp.jeffjade.com/index.html
搜索⌘Kjavascript:void(0);
晚晴幽草轩https://www.jeffjade.com/
编辑https://github.com/jaywcjlove/reference/blob/main/docs/java.md
https://github.com/jaywcjlove/reference
https://codehelp.jeffjade.com/docs/java.html#java-备忘清单
入门https://codehelp.jeffjade.com/docs/java.html#入门
Hello.javahttps://codehelp.jeffjade.com/docs/java.html#hellojava
变量 Variableshttps://codehelp.jeffjade.com/docs/java.html#变量-variables
原始数据类型https://codehelp.jeffjade.com/docs/java.html#原始数据类型
字符串 Stringshttps://codehelp.jeffjade.com/docs/java.html#字符串-strings
循环 Loopshttps://codehelp.jeffjade.com/docs/java.html#循环-loops
数组 Arrayshttps://codehelp.jeffjade.com/docs/java.html#数组-arrays
交换变量 Swaphttps://codehelp.jeffjade.com/docs/java.html#交换变量-swap
类型转换 Type Castinghttps://codehelp.jeffjade.com/docs/java.html#类型转换-type-casting
条件语句 Conditionalshttps://codehelp.jeffjade.com/docs/java.html#条件语句-conditionals
用户输入https://codehelp.jeffjade.com/docs/java.html#用户输入
Java 字符串https://codehelp.jeffjade.com/docs/java.html#java-字符串
基本的https://codehelp.jeffjade.com/docs/java.html#基本的
字符串连接https://codehelp.jeffjade.com/docs/java.html#字符串连接
字符串生成器https://codehelp.jeffjade.com/docs/java.html#字符串生成器
比较https://codehelp.jeffjade.com/docs/java.html#比较
操纵https://codehelp.jeffjade.com/docs/java.html#操纵
信息https://codehelp.jeffjade.com/docs/java.html#信息
不可变https://codehelp.jeffjade.com/docs/java.html#不可变
Java 数组https://codehelp.jeffjade.com/docs/java.html#java-数组
声明 Declarehttps://codehelp.jeffjade.com/docs/java.html#声明-declare
修改 Modifyhttps://codehelp.jeffjade.com/docs/java.html#修改-modify
循环 (读 & 写)https://codehelp.jeffjade.com/docs/java.html#循环-读--写
Loop (Read)https://codehelp.jeffjade.com/docs/java.html#loop-read
二维数组 Multidimensional Arrayshttps://codehelp.jeffjade.com/docs/java.html#二维数组-multidimensional-arrays
排序 Sorthttps://codehelp.jeffjade.com/docs/java.html#排序-sort
Java 条件语句https://codehelp.jeffjade.com/docs/java.html#java-条件语句
运算符https://codehelp.jeffjade.com/docs/java.html#运算符
If elsehttps://codehelp.jeffjade.com/docs/java.html#if-else
Switchhttps://codehelp.jeffjade.com/docs/java.html#switch
三元运算符https://codehelp.jeffjade.com/docs/java.html#三元运算符
逻辑运算符https://codehelp.jeffjade.com/docs/java.html#逻辑运算符
比较运算https://codehelp.jeffjade.com/docs/java.html#比较运算
Java 循环https://codehelp.jeffjade.com/docs/java.html#java-循环
For 循环https://codehelp.jeffjade.com/docs/java.html#for-循环
增强的 For 循环https://codehelp.jeffjade.com/docs/java.html#增强的-for-循环
While 循环https://codehelp.jeffjade.com/docs/java.html#while-循环
Do While 循环https://codehelp.jeffjade.com/docs/java.html#do-while-循环
继续声明https://codehelp.jeffjade.com/docs/java.html#继续声明
中断语句https://codehelp.jeffjade.com/docs/java.html#中断语句
Java 多线程https://codehelp.jeffjade.com/docs/java.html#java-多线程
创建线程https://codehelp.jeffjade.com/docs/java.html#创建线程
线程池https://codehelp.jeffjade.com/docs/java.html#线程池
synchronizedhttps://codehelp.jeffjade.com/docs/java.html#synchronized
线程编排https://codehelp.jeffjade.com/docs/java.html#线程编排
ThreadLocalhttps://codehelp.jeffjade.com/docs/java.html#threadlocal
线程等待与唤醒https://codehelp.jeffjade.com/docs/java.html#线程等待与唤醒
Java 框架搜集https://codehelp.jeffjade.com/docs/java.html#java-框架搜集
Java 集合https://codehelp.jeffjade.com/docs/java.html#java-集合
ArrayListhttps://codehelp.jeffjade.com/docs/java.html#arraylist
HashMaphttps://codehelp.jeffjade.com/docs/java.html#hashmap
ConcurrentHashMaphttps://codehelp.jeffjade.com/docs/java.html#concurrenthashmap
HashSethttps://codehelp.jeffjade.com/docs/java.html#hashset
ArrayDequehttps://codehelp.jeffjade.com/docs/java.html#arraydeque
Java I/O流https://codehelp.jeffjade.com/docs/java.html#java-io流
常见的类和操作https://codehelp.jeffjade.com/docs/java.html#常见的类和操作
字节流https://codehelp.jeffjade.com/docs/java.html#字节流
字符流https://codehelp.jeffjade.com/docs/java.html#字符流
数据流https://codehelp.jeffjade.com/docs/java.html#数据流
对象流https://codehelp.jeffjade.com/docs/java.html#对象流
序列化与反序列化https://codehelp.jeffjade.com/docs/java.html#序列化与反序列化
标准输入输出流https://codehelp.jeffjade.com/docs/java.html#标准输入输出流
基本操作https://codehelp.jeffjade.com/docs/java.html#基本操作
关闭流https://codehelp.jeffjade.com/docs/java.html#关闭流
Java Stream 流https://codehelp.jeffjade.com/docs/java.html#java-stream-流
创建流https://codehelp.jeffjade.com/docs/java.html#创建流
中间操作https://codehelp.jeffjade.com/docs/java.html#中间操作
终端操作https://codehelp.jeffjade.com/docs/java.html#终端操作
并行流https://codehelp.jeffjade.com/docs/java.html#并行流
反射https://codehelp.jeffjade.com/docs/java.html#反射
获取 Class 对象https://codehelp.jeffjade.com/docs/java.html#获取-class-对象
获取类的信息https://codehelp.jeffjade.com/docs/java.html#获取类的信息
创建对象实例https://codehelp.jeffjade.com/docs/java.html#创建对象实例
获取和设置字段值https://codehelp.jeffjade.com/docs/java.html#获取和设置字段值
处理泛型https://codehelp.jeffjade.com/docs/java.html#处理泛型
调用方法https://codehelp.jeffjade.com/docs/java.html#调用方法
其他常用操作https://codehelp.jeffjade.com/docs/java.html#其他常用操作
处理注解https://codehelp.jeffjade.com/docs/java.html#处理注解
方法引用https://codehelp.jeffjade.com/docs/java.html#方法引用
方法引用https://codehelp.jeffjade.com/docs/java.html#方法引用-1
使用方式https://codehelp.jeffjade.com/docs/java.html#使用方式
静态方法引用https://codehelp.jeffjade.com/docs/java.html#静态方法引用
实例方法引用https://codehelp.jeffjade.com/docs/java.html#实例方法引用
构造方法引用https://codehelp.jeffjade.com/docs/java.html#构造方法引用
数组构造方法引用https://codehelp.jeffjade.com/docs/java.html#数组构造方法引用
对象中的方法引用https://codehelp.jeffjade.com/docs/java.html#对象中的方法引用
对象中的静态方法引用https://codehelp.jeffjade.com/docs/java.html#对象中的静态方法引用
杂项 Mischttps://codehelp.jeffjade.com/docs/java.html#杂项-misc
访问修饰符https://codehelp.jeffjade.com/docs/java.html#访问修饰符
常用表达https://codehelp.jeffjade.com/docs/java.html#常用表达
注释 Commenthttps://codehelp.jeffjade.com/docs/java.html#注释-comment
关键字https://codehelp.jeffjade.com/docs/java.html#关键字
数学方法https://codehelp.jeffjade.com/docs/java.html#数学方法
异常 Try/Catch/Finallyhttps://codehelp.jeffjade.com/docs/java.html#异常-trycatchfinally
util工具类https://codehelp.jeffjade.com/docs/java.html#util工具类
Collections 工具类https://codehelp.jeffjade.com/docs/java.html#collections-工具类
另见https://codehelp.jeffjade.com/docs/java.html#另见
https://codehelp.jeffjade.com/docs/java.html#入门
https://codehelp.jeffjade.com/docs/java.html#hellojava
https://codehelp.jeffjade.com/docs/java.html#变量-variables
https://codehelp.jeffjade.com/docs/java.html#原始数据类型
https://codehelp.jeffjade.com/docs/java.html#字符串-strings
Stringshttps://codehelp.jeffjade.com/docs/java.html#java-%E5%AD%97%E7%AC%A6%E4%B8%B2
https://codehelp.jeffjade.com/docs/java.html#循环-loops
Loopshttps://codehelp.jeffjade.com/docs/java.html#java-%E5%BE%AA%E7%8E%AF
https://codehelp.jeffjade.com/docs/java.html#数组-arrays
Arrayshttps://codehelp.jeffjade.com/docs/java.html#java-%E6%95%B0%E7%BB%84
https://codehelp.jeffjade.com/docs/java.html#交换变量-swap
https://codehelp.jeffjade.com/docs/java.html#类型转换-type-casting
https://codehelp.jeffjade.com/docs/java.html#条件语句-conditionals
https://codehelp.jeffjade.com/docs/java.html#用户输入
https://codehelp.jeffjade.com/docs/java.html#java-字符串
https://codehelp.jeffjade.com/docs/java.html#基本的
https://codehelp.jeffjade.com/docs/java.html#字符串连接
https://codehelp.jeffjade.com/docs/java.html#字符串生成器
https://codehelp.jeffjade.com/docs/java.html#比较
https://codehelp.jeffjade.com/docs/java.html#操纵
https://codehelp.jeffjade.com/docs/java.html#信息
https://codehelp.jeffjade.com/docs/java.html#不可变
https://codehelp.jeffjade.com/docs/java.html#java-数组
https://codehelp.jeffjade.com/docs/java.html#声明-declare
https://codehelp.jeffjade.com/docs/java.html#修改-modify
https://codehelp.jeffjade.com/docs/java.html#循环-读--写
https://codehelp.jeffjade.com/docs/java.html#loop-read
https://codehelp.jeffjade.com/docs/java.html#二维数组-multidimensional-arrays
https://codehelp.jeffjade.com/docs/java.html#排序-sort
https://codehelp.jeffjade.com/docs/java.html#java-条件语句
https://codehelp.jeffjade.com/docs/java.html#运算符
?:https://codehelp.jeffjade.com/docs/java.html#%E4%B8%89%E5%85%83%E8%BF%90%E7%AE%97%E7%AC%A6
https://codehelp.jeffjade.com/docs/java.html#if-else
https://codehelp.jeffjade.com/docs/java.html#switch
https://codehelp.jeffjade.com/docs/java.html#三元运算符
https://codehelp.jeffjade.com/docs/java.html#逻辑运算符
https://codehelp.jeffjade.com/docs/java.html#比较运算
https://codehelp.jeffjade.com/docs/java.html#java-循环
https://codehelp.jeffjade.com/docs/java.html#for-循环
https://codehelp.jeffjade.com/docs/java.html#增强的-for-循环
https://codehelp.jeffjade.com/docs/java.html#while-循环
https://codehelp.jeffjade.com/docs/java.html#do-while-循环
https://codehelp.jeffjade.com/docs/java.html#继续声明
https://codehelp.jeffjade.com/docs/java.html#中断语句
https://codehelp.jeffjade.com/docs/java.html#java-多线程
https://codehelp.jeffjade.com/docs/java.html#创建线程
https://codehelp.jeffjade.com/docs/java.html#线程池
https://codehelp.jeffjade.com/docs/java.html#synchronized
https://codehelp.jeffjade.com/docs/java.html#线程编排
https://codehelp.jeffjade.com/docs/java.html#threadlocal
https://codehelp.jeffjade.com/docs/java.html#线程等待与唤醒
https://codehelp.jeffjade.com/docs/java.html#java-框架搜集
https://codehelp.jeffjade.com/docs/java.html#java-集合
ArrayListhttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html
Vectorhttps://docs.oracle.com/javase/8/docs/api/java/util/Vector.html
LinkedListhttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html
CopyOnWriteArrayListhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArrayList.html
HashSethttps://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html
LinkedHashSethttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashSet.html
TreeSethttps://docs.oracle.com/javase/8/docs/api/java/util/TreeSet.html
CopyOnWriteArraySethttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArraySet.html
ConcurrentSkipListSethttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListSet.html
HashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html
HashTablehttps://docs.oracle.com/javase/8/docs/api/java/util/Hashtable.html
LinkedHashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashMap.html
TreeMaphttps://docs.oracle.com/javase/8/docs/api/java/util/TreeMap.html
ConcurrentHashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html
ConcurrentSkipListMaphttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html
ArrayDequehttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayDeque.html
PriorityQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/PriorityQueue.html
ConcurrentLinkedQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
ConcurrentLinkedDequehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedDeque.html
ArrayBlockingQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ArrayBlockingQueue.html
LinkedBlockingDequehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/LinkedBlockingDeque.html
PriorityBlockingQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/PriorityBlockingQueue.html
https://codehelp.jeffjade.com/docs/java.html#arraylist
https://codehelp.jeffjade.com/docs/java.html#hashmap
https://codehelp.jeffjade.com/docs/java.html#concurrenthashmap
https://codehelp.jeffjade.com/docs/java.html#hashset
https://codehelp.jeffjade.com/docs/java.html#arraydeque
https://codehelp.jeffjade.com/docs/java.html#java-io流
https://codehelp.jeffjade.com/docs/java.html#常见的类和操作
https://codehelp.jeffjade.com/docs/java.html#字节流
https://codehelp.jeffjade.com/docs/java.html#字符流
https://codehelp.jeffjade.com/docs/java.html#数据流
https://codehelp.jeffjade.com/docs/java.html#对象流
https://codehelp.jeffjade.com/docs/java.html#序列化与反序列化
https://codehelp.jeffjade.com/docs/java.html#标准输入输出流
https://codehelp.jeffjade.com/docs/java.html#基本操作
https://codehelp.jeffjade.com/docs/java.html#关闭流
https://codehelp.jeffjade.com/docs/java.html#java-stream-流
https://codehelp.jeffjade.com/docs/java.html#创建流
https://codehelp.jeffjade.com/docs/java.html#中间操作
https://codehelp.jeffjade.com/docs/java.html#终端操作
https://codehelp.jeffjade.com/docs/java.html#并行流
https://codehelp.jeffjade.com/docs/java.html#反射
https://codehelp.jeffjade.com/docs/java.html#获取-class-对象
https://codehelp.jeffjade.com/docs/java.html#获取类的信息
https://codehelp.jeffjade.com/docs/java.html#创建对象实例
https://codehelp.jeffjade.com/docs/java.html#获取和设置字段值
https://codehelp.jeffjade.com/docs/java.html#处理泛型
https://codehelp.jeffjade.com/docs/java.html#调用方法
https://codehelp.jeffjade.com/docs/java.html#其他常用操作
https://codehelp.jeffjade.com/docs/java.html#处理注解
https://codehelp.jeffjade.com/docs/java.html#方法引用
https://codehelp.jeffjade.com/docs/java.html#方法引用-1
https://codehelp.jeffjade.com/docs/java.html#使用方式
https://codehelp.jeffjade.com/docs/java.html#静态方法引用
https://codehelp.jeffjade.com/docs/java.html#实例方法引用
https://codehelp.jeffjade.com/docs/java.html#构造方法引用
https://codehelp.jeffjade.com/docs/java.html#数组构造方法引用
https://codehelp.jeffjade.com/docs/java.html#对象中的方法引用
https://codehelp.jeffjade.com/docs/java.html#对象中的静态方法引用
https://codehelp.jeffjade.com/docs/java.html#杂项-misc
https://codehelp.jeffjade.com/docs/java.html#访问修饰符
https://codehelp.jeffjade.com/docs/java.html#常用表达
Regex in javahttps://codehelp.jeffjade.com/docs/regex.html#java-%E4%B8%AD%E7%9A%84%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F
https://codehelp.jeffjade.com/docs/java.html#注释-comment
https://codehelp.jeffjade.com/docs/java.html#关键字
https://codehelp.jeffjade.com/docs/java.html#数学方法
https://codehelp.jeffjade.com/docs/java.html#异常-trycatchfinally
https://codehelp.jeffjade.com/docs/java.html#util工具类
https://codehelp.jeffjade.com/docs/java.html#collections-工具类
https://codehelp.jeffjade.com/docs/java.html#另见
Java 官网https://www.oracle.com/cn/java/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.