# design-patterns **Repository Path**: codeGao9807/design-patterns ## Basic Information - **Project Name**: design-patterns - **Description**: 设计模式Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-06 - **Last Updated**: 2022-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Java设计模式Demo **目录:** principles:设计原则 openClose:开闭原则 liReplace:李氏替换原则 interfaceSegregation:接口隔离原则 dependReverse:依赖倒转原则 Dimit:迪米特法则 pattern:设计模式 creater:创建型 singleton:单例模式 factory:工厂模式 prototype:原型模式 builder:建造者模式 structure:结构型 adpater:适配器模式 bridge:桥接模式 combination:组合模式 decorator:装饰者模式 facade:门面模式 flyweight:享元模式 proxy:代理模式 behavior:行为型 chain:责任链模式 command:命令模式 interpreter:解释器模式 iterator:迭代器模式 mediator:中介者模式 memento:备忘录模式 observer:观察者模式 state:状态模式 strategy:策略模式 template:模板方法模式 visitor:访问者模式