| Name | Description | Type | Package | Framework |
| CommentMatcher | Interface for comment matchers. | Interface | org.supercsv.comment | SuperCSV |
| CommentMatches | CommentMatcher that matches lines that match a specified regular expression. | Class | org.supercsv.comment | SuperCSV |
| CommentStartsWith | CommentMatcher that matches lines that begin with a specified String. | Class | org.supercsv.comment | SuperCSV |