# twenty-six-design **Repository Path**: hehau/twenty-six-design ## Basic Information - **Project Name**: twenty-six-design - **Description**: java-26 设计模式基础demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-23 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目录: AbstractFacadePattern => 抽象外观模式 AbstractFatory =>抽象工厂模式 Adapter =>适配者模式 BridagePatternThree =>桥接模式三 BridagePatternTwo =>桥接模式二 BridgePattern =>桥接模式 Builder =>建造者模式 BuilderThree =>建造者模式三 BuilderTwo =>建造者模式二 ChainOfResponsibilityPattern =>责任链模式 CommandPattern =>命令模式 CommandPatternQueue =>命令队列模式 CommandPatternUndo =>命令撤销模式 CompositePattern =>组合模式 DecoratorPattern =>装饰模式 DefaultAdapterPattern =>缺省适配者模式 DynamicProxy =>动态代理 EagerSingleton =>饿汉单例模式 FacadePattern =>外观模式 FactoryMethod =>工厂方法模式 FactoryMethodThree =>工厂方法模式三 FactoryMethodTwo =>工厂方法模式二 FlyweightPattern =>享元模式 FlyweightPatternTwo =>享元模式带有外部状态 InterpreterPattern =>解释器模式 IteratorPattern=>迭代器模式 IteratorPatternInnerClass =>内部内迭代器模式 LazySingleton =>懒汉模式 MediatorPattern =>中介者模式 MementoPattern =>备忘录模式 MementoPatternExample =>备忘录模式示例 MementoPatternExampleTwo =>备忘录模式示例2 ObserverPattern =>观察者模式 Prototype =>原型模式 PrototypeTwo =>原型模式二 ProxyPattern =>代理模式 SimpleFactory =>简单工厂模式 SimpleFactoryTwo =>简单工厂模式二 SingletonOne =>单例模式一 SingletonTwo =>单例模式二 StatePattern =>状态模式(银行存款示例) StatePatternExampleTwo =>共享状态模式(开关示例) StrategyPattern=>策略模式 TemplateMethodPattern =>模板方法模式 VisitorPattern =>访问者模式