Skip to content

zkk950815/design-pattern-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java 设计模式练习

著作作者仓库 https://github.com/quanke/design-pattern-java

著作作者CSDN https://blog.csdn.net/LoveLion/article/details/17517213

设计模式练习目录

六个创建型模式

设计模式 模块名
简单工厂模式 simple-factory-pattern
工厂方法模式 factory-method-pattern
抽象工厂模式 abstract-factory-pattern
单例模式 singleton-pattern
原型模式 prototype-pattern
建造者模式 builder-pattern

七个结构型模式

设计模式 模块名
适配器模式 adapter-pattern
桥接模式 bridge-pattern
组合模式 composite-pattern
装饰模式 decorator-pattern
外观模式 facade-pattern
享元模式 flyweight-pattern
代理模式 proxy-pattern

十一个行为型模式

设计模式 模块名
职责链模式 chain-of-responsibility-pattern
命令模式 command-pattern
解释器模式 interpreter-pattern
迭代器模式 iterator-pattern
中介者模式 mediator-pattern
备忘录模式 memento-pattern
观察者模式 observer-pattern
状态模式 state-pattern
策略模式 strategy-pattern
模板方法模式 template-method-pattern
访问者模式 visitor-pattern

About

java设计模式练习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%