Uses of Interface
de.xima.fc.common.text.newline.Newline
-
Packages that use Newline Package Description de.xima.fc.common.text.newline -
-
Uses of Newline in de.xima.fc.common.text.newline
Methods in de.xima.fc.common.text.newline that return Newline Modifier and Type Method Description static NewlineNewlines. newlineOfToken(String token)NewlineStandardNewlines. value()Methods in de.xima.fc.common.text.newline with parameters of type Newline Modifier and Type Method Description static NewlineProcessorNewlines. newlineAsSeparator(Newline... newlines)Creates a newline processor that interprets the newlines as a separator.static NewlineProcessorNewlines. newlineAsTerminator(Newline... newlines)Creates a newline processor that interprets the newlines as a terminator.Method parameters in de.xima.fc.common.text.newline with type arguments of type Newline Modifier and Type Method Description static NewlineProcessorNewlines. newlineAsSeparator(Iterable<? extends Newline> newlines)Creates a newline processor that interprets the newlines as a separator.static NewlineProcessorNewlines. newlineAsTerminator(Iterable<? extends Newline> newlines)Creates a newline processor that interprets the newlines as a terminator.
-