参考书籍( 推荐 ) :
《Java设计模式 - 刘伟》
,《图解设计模式 - [日]结城浩》
✔️ 简单工厂模式( Simple Factor Pattern )
✔️ 工厂方法模式( Factory Method Pattern )
✔️ 抽象工厂模式( Abstract Factroy Pattern )
✔️ 建造者模式( Builder Pattern )
✔️ 单例模式( Singleton Pattern )
✖️ 原型模式( Prototype Pattern )
✔️ 适配器模式( Adapter Pattern )
✔️ 代理模式( Proxy Pattern )
✔️ 组合模式( Composite Pattern )
✔️ 装饰模式( Decorator Pattern )
✔️ 外观模式( Facade Pattern )
✖️ 桥接模式( Bridge Pattern )
✖️ 享元模式( Flyweight Pattern )
✔️ 命令模式( Command Pattern )
✔️ 迭代器模式( Iterator Pattern )
✔️ 模板方法模式( Template Method Pattern )
✔️ 观察者模式( Observer Pattern )
✖️ 中介者模式( Mediator Pattern )
✖️ 职责链模式( Chain of Responsibility Pattern )
✖️ 解释器模式( Interpreter Pattern )
✖️ 备忘录模式( Memento Pattern )
✖️ 状态模式( State Pattern )
✖️ 策略模式( Strategy Pattern )
✖️ 访问者模式( Visitor Pattern )