A CommentsTable stores CommentEntries in itself by extending TreeMap. The key is a private utility class KeyPair that stores a name and integer type. Extending TreeMap keeps the CommentEntries in the order provided by KeyPair. CommentsTable also assists in finding the correct CommentEntry to inherit documentation from.
@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.