SimpleFactory
简单工厂模式FactoryMethod
工厂方法模式AbstractFactory
抽象工厂模式SingletonPattern
单例模式ObserverPattern
观察者模式StrategyPattern
策略模式StatePattern
状态模式DecoratorPattern
装饰者模式CommandPattern
命令模式TemplateMethod
模板方法模式AdapterPattern
适配器模式FacadePattern
外观模式IteratorPattern
迭代器模式CompositePattern
组合模式ProxyPattern
代理模式BridgePattern
桥接模式PrototypePattern
原型模式MementoPattern
备忘录模式BuilderPattern
生成器模式ChainOfResponsibility
职责链模式InterpreterPattern
解释器模式VisitorPattern
访问者模式MediatorPattern
中介者模式FlyweightPattern
享元(蝇量)模式