搬砖小弟
2019-06-30

定义 Use sharing to support large numbers of fine-grained objects efficiently.(使用共享对象可有效地支持大量的细粒度的对象。) UML 代码实现 public...

2019-06-30

定义 Allow an object to alter its behavior when its internal state changes.The object will appear to change its class.(当一...

2019-06-30

定义 Provide a unified interface to a set of interfaces in a subsystem.Facade defines a higher-level interface that makes...

2019-06-30

定义 Compose objects into tree structures to represent part-whole hierarchies.Composite lets clients treat individual obj...