985492783 / java-design-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java设计模式

测试 ***

参考书籍:《图解设计模式》
本项目旨在实现上书中的代码以及个人理解

  • 适应设计模式
    • Iterator模式
    • Adapter模式
  • 交给子类
    • Template Method模式
    • Factory Method模式
  • 生成实例
    • Singleton模式
    • Prototype模式
    • Builder模式
    • Abstract Factory模式
  • 分开考虑
    • Bridge模式
    • Strategy模式
  • 一致性
    • Composite模式
    • Decorator模式
  • 访问数据结构
    • Visitor模式
    • Chain of Responsibility模式
  • 简单化
    • Facade模式
    • Mediator模式
  • 管理状态
    • Observer模式
    • Memento模式
    • State模式
  • 避免浪费
    • Flyweight模式
    • Proxy模式
  • 用类来表现
    • Command模式
    • Interpreter模式

About


Languages

Language:Java 100.0%