BiConsumer 源码 @FunctionalInterface public interface BiConsumer<T, U> { /** * Performs 2019-07-02 · 备忘 临时
RocketMQ--单机 配置 准备一台服务器:192.168.1.201,修改hosts文件(vim /etc/hosts),加入映射关系: 192.168.1.201 rocket 2019-06-28 · MQ
设计模式 简介 分类 创建型模式 工厂方法模式 抽象工厂模式 建造者模式 单例模式 原型模式 结构型模式 代理模式 适配器模式模式 桥接模式 组合模式 装饰者模式 外 2019-06-23 · 设计模式 目录
Proxy 源码 点击查看 /* * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights 2019-06-22 · 备忘 临时
WeakCache 源码 Summary /* * Copyright (c) 2013, Oracle and/or its affiliates. All rights res 2019-06-22 · 备忘 临时
BiFunction 源码 点击查看 @FunctionalInterface public interface BiFunction<T, U, R> { /** * 2019-06-22 · 备忘 临时
Function 源码 点击查看 @FunctionalInterface public interface Function<T, R> { /** * Appli 2019-06-22 · 备忘 临时
Consumer 源码 @FunctionalInterface public interface Consumer<T> { /** * Performs this 2019-06-22 · 备忘 临时
Supplier 源码 @FunctionalInterface public interface Supplier<T> { /** * Gets a result. 2019-06-22 · 备忘 临时