设计模式目录

  1. Creational Patterns

  2. Structural Patterns

    • Adapter :
    • Bridge :
    • Composite :
    • Decorator :
    • Facade :
    • FlyWeight :
    • Proxy :
  3. Behavioral Patterns

    • Chain of Responsibility :
    • Command :
    • Iterator :
    • Mediator :
    • Memento :
    • Observer :
    • State :
    • Strategy :
    • Template Method :
    • Visitor :
上一篇:设计模式之前言


下一篇:初识设计模式