【设计模式】Java中的 23 中设计模式
: May 10, 2016
: 设计模式
: onlylemi/notes/tree/master/DesignPattern
最近再看《Android源码设计模式与实战》,又把 Java 中的23种设计模式知识重新过了一遍,其中有一些知识点参考自网络。
设计模式
- chapter01 - 面向对象六大原则
- chapter02 - 单例模式
- chapter03 - Builder模式
- chapter04 - 原型模式
- chapter05 - 工厂方法模式
- chapter06 - 抽象工厂模式
- chapter07 - 策略模式
- chapter08 - 状态模式
- chapter09 - 责任链模式
- chapter10 - 解释器模式
- chapter11 - 命令模式
- chapter12 - 观察者模式
- chapter13 - 备忘录模式
- chapter14 - 迭代器模式
- chapter15 - 模板方法模式
- chapter16 - 访问者模式
- chapter17 - 中介者模式
- chapter18 - 代理模式
- chapter19 - 组合模式
- chapter20 - 适配器模式
- chapter21 - 装饰模式
- chapter22 - 享元模式
- chapter23 - 外观模式
- chapter24 - 桥接模式
如果我的文章对您有所帮助,就请我喝杯咖啡吧^^
Messages