【java设计模式】-00目录

开篇

【java设计模式】-01设计模式简介

创建型模式:

【java设计模式】-02工厂模式(Factory Pattern)
【java设计模式】-03抽象工厂模式(Abstract Factory Pattern)
【java设计模式】-04单例模式(Singleton Pattern)
【java设计模式】-05建造者模式(Builder Pattern)
【java设计模式】-06原型模式(Prototype Pattern)
结构型模式:

【java设计模式】-07适配器模式(Adapter Pattern)
【java设计模式】-08桥接模式(Bridge Pattern)
【java设计模式】-09组合模式(Composite Pattern)
【java设计模式】-10装饰器模式(Decorator Pattern)
【java设计模式】-11外观模式(Facade Pattern)
【java设计模式】-12享元模式(Flyweight Pattern)
【java设计模式】-13代理模式(Proxy Pattern)

行为型模式:

【java设计模式】-14责任链模式(Chain of Responsibility Pattern)
【java设计模式】-15命令模式(Command Pattern)
【java设计模式】-16解释器模式(Interpreter Pattern)
【java设计模式】-17迭代器模式(Iterator Pattern)
【java设计模式】-18中介者模式(Mediator Pattern)
【java设计模式】-19备忘录模式(Memento Pattern)
【java设计模式】-20观察者模式(Observer Pattern)
【java设计模式】-21状态模式(State Pattern)
【java设计模式】-22策略模式(Strategy Pattern)
【java设计模式】-23模板模式(Template Pattern)
【java设计模式】-24访问者模式(Visitor Pattern)

参考资料汇总:

菜鸟教程:http://www.runoob.com/design-pattern/design-pattern-intro.html

设计模式(全):https://mp.weixin.qq.com/s/–Mnh-VWhcmskh1J3yU7CA

23种设计模式深入理解:https://www.cnblogs.com/foryang/p/5849402.html

大话设计模式-程杰:
https://www.amazon.cn/gp/product/B01MXS0OIL/ref=oh_aui_d_detailpage_o00_?ie=UTF8&psc=1

Design patterns implemented in Java:http://java-design-patterns.com

原文地址:https://www.cnblogs.com/liukaifeng/p/10052620.html