Please enable JavaScript.
Coggle requires JavaScript to display documents.
Design Patterns (Behavioral (Chain of Responsibility, Command, Iterator,…
Design Patterns
Behavioral
Chain of Responsibility
Command
Iterator
Strategy
Template Method
Observer
Mediator
State
Memento
Visitor
Interpreter
Structural
Composite
Default Adapter
Object Adapter
Class Adapter
Bridge
Decorator
Facade
Flyweight
Proxy
多執行緒模式
Guarded Suspension
Producer Consumer
Thread-Per-Message
Worker Thread
Thread Pool
Future
Read-Write-Lock
Two-phase Termination
Thread-Specific Storage
Creational
Simple Factory
Abstract Factory
Factory Method
Builder
Prototype
Singleton
Registry of Singleton