【设计模式】 分类
一. 创建型
抽象工厂模式(Abstract Factory)
二. 结构型
适配器模式(Adapter)
桥模式(Bridge)
组合模式(Composite)
享元模式(Flyweight)
三. 行为型
观察者模式(Observer)
状态模式(State)
职责链模式(Chain of Responsibility)
命令模式(Command)
访问者模式(Visitor)
调停者模式(Mediator)
备忘录模式(Memento)
迭代器模式(Iterator)
解释器模式(Interpreter)