欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

《深入浅出设计模式》中提到设计模式 博客分类: Java 设计模式prototype 

程序员文章站 2024-02-21 16:13:16
...

此书的详细信息。

GoF-Creational Design Patterns - 创建型设计模式
  • Simple Factory Pattern - 简单工厂模式
  • Factory Method Patter - 工厂方法模式
  • Abstract Factory Pattern - 抽象工厂模式
  • Builder Pattern - 建造者模式
  • Prototype Pattern - 原型模式
  • Singleton Pattern - 单例模式


GoF-Structural Design Patterns - 结构型设计模式
  • Adapter Pattern - 适配器模式
  • Bridge Pattern - 桥接模式
  • Composite Pattern - 组合模式
  • Decorator Pattern - 装饰模式
  • Facade Pattern - 外观模式
  • Flyweight Pattern - 轻量级模式
  • Proxy Pattern - 代理模式


GoF-Behavioral Design Patterns - 行为型设计模式
  • Chain of Responlibility - 责任链模式
  • Command Pattern - 命令模式
  • Interpreter Pattern - 解释器模式
  • Iterator Pattern - 迭代器模式
  • Mediator Pattern - 中介者模式
  • Memento Pattern - 备忘录模式
  • Observer Pattern - 观察者模式
  • State Pattern - 状态模式
  • Strategy  Pattern - 策略模式
  • Template Method Pattern - 模板方法模式
  • Visitor Pattern - 访问者模式