Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/little-buddy/design-model

整体java设计模式[第一版]
https://github.com/little-buddy/design-model

Last synced: about 1 month ago
JSON representation

整体java设计模式[第一版]

Awesome Lists containing this project

README

        

# JAVA 的23 种设计模式
* 工厂方法模式(Factory Method)
* 抽象工厂模式(Abstract Factory)
* 单例模式(Singleton)
* 建造者模式(Builder)
* 原型模式(Prototype)
* 适配器模式(Adapter)
* 装饰者模式(Decorator)
* 代理模式(Proxy)
* 外观模式(Facade)
* 桥接模式(Bridge)
* 组合模式(Composite)
* 享元模式(Flyweight)
* 策略模式(Strategy)
* 模板方法模式(TemplateMethod)
* 观察者模式(Observer)
* 迭代子模式(Iterator)
* 责任链模式(Chain of responsibility)
* 命令模式(Command)
* 备忘录模式(Memento)
* 状态模式(State)
* 访问者模式(Visitor)
* 中介者模式(Mediator)
* 解释器模式(Interpreter)

---
本人出于学习的目的进行了整理,原帖出自
-> https://www.cnblogs.com/wangzhongqiu/p/6245820.html