复习23种设计模式JAVA篇

设计模式

design Pattern 是一套被反复使用,为多少人知晓,经过分类编目的,代码设计经验的总结

23种设计模式

23种设计模式
  创建型 结构型 行为型
FactoryMethod 工厂方法 Adapter_class(适配类型)

Interpreter(解释型)

Template Method 模板类型

对象

Abstract Factory(抽象工厂)

Builder(生成器)

Prototype(原型)

Singleton(单例)

Adapter_object(适配器对象)

Bridge(桥接)

Composite(结合)

Decorator(装饰)

Fagade(外观)

Flyweight(享元)

Proxy(代理)

ChainOfResponsibility(职责链)

Command(命令)

Iterator(迭代器)

Mediator(中介者)

Memento(备忘录)

Observer(观察者)

State(状态)

Strategy(策略)

Visitor(访问者模式)

你可能感兴趣的:(spring实践大全)