Uses of Interface
de.xima.fc.common.text.newline.Newline
Packages that use Newline
-
Uses of Newline in de.xima.fc.common.text.newline
Methods in de.xima.fc.common.text.newline that return NewlineModifier and TypeMethodDescriptionstatic NewlineNewlines.newlineOfToken(String token) StandardNewlines.value()Methods in de.xima.fc.common.text.newline with parameters of type NewlineModifier and TypeMethodDescriptionstatic 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 NewlineModifier and TypeMethodDescriptionstatic 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. -
Uses of Newline in de.xima.fc.common.text.wrap
Methods in de.xima.fc.common.text.wrap with parameters of type Newline