DesignPatterns 设计模式学习笔记,持续更新中... 创建型模式 工厂模式(Factory Pattern) 单件模式(Singleton Pattern) 结构型模式 装饰者模式(Decorator Pattern) 组合模式(Composite Pattern) 适配器模式(Adapter Pattern) 外观模式(Facade Pattern) 代理模式(Proxy Pattern) 行为型模式 策略模式(Strategy Pattern) 状态模式(State Pattern) 观察者模式(Observer Pattern) 命令模式(Command Pattern) 模板方法模式(Template Method Pattern) 迭代器模式(Iterator Pattern)