public interface ICommentDetector extends Comparator<String>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCommentLine(String line)
Returns
true if the specified string is a comment line,
false otherwise. |
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongboolean isCommentLine(String line)
true if the specified string is a comment line,
false otherwise.line - the line to be analyzedtrue if the specified string is a comment line,
false otherwise.NullPointerException - if the specified line is nullCopyright © 2018. All rights reserved.