设计模式系列

创建型模式:

设计模式之工厂模式(Factory Pattern)
设计模式之抽象工厂模式(Abstract Factory Pattern)
设计模式之建造者模式(Builder Pattern)
设计模式之原型模式(Prototype Pattern)
设计模式之单例模式(Singleton Pattern)

结构型模式:

设计模式之适配器模式(Adapter Pattern)
设计模式之桥接模式(Bridge Pattern)
设计模式之组合模式(Composite Pattern)
设计模式之装饰者模式(Decorator Pattern)
设计模式之外观模式(Facade Pattern)
设计模式之享元模式(Flyweight Pattern)
设计模式之代理模式(Proxy Pattern)

行为型模式:

设计模式之中介者模式(Mediator Pattern)
设计模式之命令模式(Command Pattern)
设计模式之备忘录模式(Memento Pattern)
设计模式之模版模式(Template Pattern)
设计模式之状态模式(State Pattern)
设计模式之策略模式(Strategy Pattern)
设计模式之观察者模式(Observer Pattern)
设计模式之解释器模式(Interpreter Pattern)
设计模式之访问者模式(Visitor Pattern)
设计模式之责任链模式(Chain of Responsibility Pattern)
设计模式之迭代器模式(Iterator Pattern)

你可能感兴趣的:(Java,设计模式)