设计模式(java源码实现)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
liangqi c566e7fb02 整理注释 4 years ago
..
src 删除无用类 4 years ago
README.md 整理注释 4 years ago
pom.xml 项目初始化 5 years ago

README.md

容器模式

描述:容器与内容的一致性

在文件系统中,文件夹和文件都统称为"目录条目"(一致性)

能够使容器与内容具有一致性,创造出递归结构的模式就是容器模式