Uses of Class
com.cosium.code.format.formatter.LineRanges
-
Packages that use LineRanges Package Description com.cosium.code.format.formatter -
-
Uses of LineRanges in com.cosium.code.format.formatter
Methods in com.cosium.code.format.formatter that return LineRanges Modifier and Type Method Description static LineRangesLineRanges. all()static LineRangesLineRanges. concat(LineRanges lineRanges1, LineRanges lineRanges2)static LineRangesLineRanges. of(Set<com.google.common.collect.Range<Integer>> ranges)static LineRangesLineRanges. singleton(com.google.common.collect.Range<Integer> range)Methods in com.cosium.code.format.formatter with parameters of type LineRanges Modifier and Type Method Description static LineRangesLineRanges. concat(LineRanges lineRanges1, LineRanges lineRanges2)voidCodeFormatter. format(InputStream content, LineRanges lineRanges, OutputStream formattedContent)voidGoogleJavaFormatter. format(InputStream content, LineRanges lineRanges, OutputStream formattedContent)
-