目录1. 背景2.Comparable接口2.1 定义2.2 返回值含义2.3 使用场景3.Comparator接口3.1 定义3.2 返回值含义3.3 使用场景4.ComparablevsComparator区别表5. Comparable 与 Comparator的使用示例:对List<Student>
I\'m using HTML_Template for templating in my C++-based web app (don\'t ask).I chose that because it was very simple and it turns out to be a good solution.