Chinaunix首页 | 论坛 | 博客
  • 博客访问: 24452
  • 博文数量: 15
  • 博客积分: 650
  • 博客等级: 上士
  • 技术积分: 170
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-30 11:04
文章分类
文章存档

2010年(2)

2009年(13)

我的朋友
最近访客

分类: Java

2009-06-12 17:15:28

创建型:
        1. 单件模式(Singleton Pattern) 
        2. 抽象工厂(Abstract Factory) 
        3. 建造者模式(Builder) 
        4. 工厂方法模式(Factory Method) 
        5. 原型模式(Prototype)
结构型:
        6. 适配器模式(Adapter Pattern) 
        7. 桥接模式(Bridge Pattern) 
        8. 装饰模式(Decorator Pattern) 
        9. 组合模式(Composite Pattern) 
       10. 外观模式(Facade Pattern) 
       11. 享元模式(Flyweight Pattern) 
       12. 代理模式(Proxy Pattern) 
       13. 模板方法(Template Method) 
       14. 命令模式(Command Pattern) 
       15. 迭代器模式(Iterator Pattern) 
行为型:
       16. 观察者模式(Observer Pattern) 
       17. 解释器模式(Interpreter Pattern) 
       18. 中介者模式(Mediator Pattern) 
       19. 职责链模式(Chain of Responsibility Pattern) 
       20. 备忘录模式(Memento Pattern) 
       21. 策略模式(Strategy Pattern) 
       22. 访问者模式(Visitor Pattern) 
       23. 状态模式(State Pattern)
阅读(571) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~