public interface ILineComparator extends Comparator<String>
compare method of this class will throw an
IllegalArgumentException if the line data passed to that method is
ill-formed.| Modifier and Type | Method and Description |
|---|---|
ICommentDetector |
getCommentDetector()
Returns the comment detector instance associated with this line
comparator, or
null if one does not exist. |
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongICommentDetector getCommentDetector()
null if one does not exist.null if there is noneCopyright © 2018. All rights reserved.