Package design.pattern.structural
Interface AbstractDocument
public interface AbstractDocument
AbstractDocument
aims to provide a consistent way to handle hierarchical and tree-like data structure
without losing the type safety of the language-
Method Summary
-
Method Details
-
put
-
get
-
children
-