上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 92 下一页
摘要: ## 介绍 - java.util.concurrent.atomic.AtomicInteger - `public class AtomicInteger extends Number implements java.io.Serializable` ## API ### 构造器 - Atomi 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.invoke.VarHandle - public abstract class VarHandle implements Constable - 在并发编程和底层内存访问上提供了一种更为灵活、安全和高效的方式 ## API - get , set - 保证原子性 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.ThreadLocal - public class ThreadLocal - 线程局部变量 ## API ### static 方法 - withInitial - ` ThreadLocal withInitial(Supplier supplier)` - 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.util.concurrent.CompletableFuture` - `public class CompletableFuture implements Future, CompletionStage` ## API ### static - supplyAsync 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.util.concurrent.CompletionStage` - `public interface CompletionStage` - `java.util.concurrent.CompletableFuture` 的父接口 ## API 注意事项: - 所有方 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.concurrent.Executor - public interface Executor ## API - execute - `void execute(Runnable command);` 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.concurrent.ExecutorService - public interface ExecutorService extends Executor ## API - shutdown - shutdownNow - isShutdown - isTerm 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.concurrent.ScheduledExecutorService - public interface ScheduledExecutorService extends ExecutorService ## API - schedule - `public 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.concurrent.ThreadPoolExecutor - public class ThreadPoolExecutor extends AbstractExecutorService ## API ### 构造器 - `ThreadPoolExecutor 阅读全文
posted @ 2023-08-22 17:39 流星<。)#)))≦ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.util.stream.BaseStream` - `public interface BaseStream> extends AutoCloseable` ## API - iterator - 返回流的迭代器 - 终结操作 - spliterator - 返回可拆分迭 阅读全文
posted @ 2023-08-22 17:38 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 92 下一页