# design-pattern **Repository Path**: star-lee-lab/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: java设计模式 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-03 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README abstract-factory-pattern 抽象工厂模式 adapter-pattern 适配器模式——类适配器 bridge-pattern 桥接模式 builder-pattern 建造者模式 chain-of-responsibility-pattern 责任链模式 command-pattern 命令模式 composite-pattern 组合模式 decorator-pattern 装饰器模式 facade-pattern 外观模式 factory-pattern 工厂模式 filter-pattern 过滤模式/标准模式 flyweight-pattern 享元模式 interpreter-pattern 解释器模式 prototype-pattern 原型模式 proxy-pattern 代理模式 factory-strategy-pattern 策略模式+工厂模式