Package monq.jfa.textparts
Class SimpleFormatters.PartSeq
java.lang.Object
monq.jfa.textparts.SimpleFormatters.PartSeq
- All Implemented Interfaces:
Formatter
- Enclosing class:
SimpleFormatters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartSeq
the parameters define the range of parts to be concatenated by the
formatmethod. Similar to TextStore indexing bothintparameters may be negative. If thesepis notnullit serves to separate the the parts in the output. -
PartSeq
public PartSeq(int from, int to)
-
-
Method Details
-
format
Description copied from interface:Formatterarranges (some of) the pieces of text found in
stormin an implementation dependend manner and appends them toout. Depending on the implementation, both,standmor even both may be allowed to benull.Postcondition: This method may not change the content of
destother than by appending to it.
-