23种设计模式-java
1、适配器(Adapter)模式。 2、外观(Facade)模式。 3、合成(Composite)模式。 4、桥接(Bridge)模式。 5、单例(Singleton)模式。 6、工厂方法(Factory Method)模式。 7、抽象工厂(Abstract Factory)模式。 8、模板方法(Template Method)模式。 9、观察者(Observer)模式。 10、责任链(Chain Of Responsibility)模式。 11、迭代器(Iterator)模式。 12、代理(Proxy)模式。 13、原型(Prototype)模式。