ClassTable stores the CommentsTables containing CommentEntrys in a LinkedHashMap. The key to each CommentsTable is the package name and class name in dot format. (Ex. the class Foo in the package Bar would be Bar.Foo and the class Cheese in the default (empty) package would be Cheese). It also keeps a separate Map containing each unique package name linked to a CommentEntry for that package (if it exists). A HashSet is used to quickly check for known tag names.
@author klin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.