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 Newline
Newlines. newlineOfToken(String token)
Newline
StandardNewlines. value()
Methods in de.xima.fc.common.text.newline with parameters of type Newline Modifier and Type Method Description static NewlineProcessor
Newlines. newlineAsSeparator(Newline... newlines)
Creates a newline processor that interprets the newlines as a separator.static NewlineProcessor
Newlines. 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 NewlineProcessor
Newlines. newlineAsSeparator(Iterable<? extends Newline> newlines)
Creates a newline processor that interprets the newlines as a separator.static NewlineProcessor
Newlines. newlineAsTerminator(Iterable<? extends Newline> newlines)
Creates a newline processor that interprets the newlines as a terminator.
-