Skip to content

介绍常用的设计模式,可以做为设计模式学习的参考资料

License

Notifications You must be signed in to change notification settings

mytomato/design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Java 设计模式

常见的JAVA设计模式共有23中,大体分成3类:

  1. 创建型模式(5种):工厂方法模式、抽象工厂模式、单例模式、原型模式、建造者模式
  2. 结构型模式(7种):适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式
  3. 行为型模式(11种):策略模式、行为方法模式、观察者模式、迭代子模式、责任链模式、命令模式、 备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。

About

介绍常用的设计模式,可以做为设计模式学习的参考资料

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published