public class ItemOutputFormatter
extends Object
Used for toString of the ITEMs in this module.
All methods/vars are either private or protected.
The constructor should never be called.
-
Method Summary
Takes all inputted values, separates them by the default delimiter (in this case \t) and outputs it in a string
-
Method Details
-
toString
Takes all inputted values, separates them by the default delimiter (in this case \t) and outputs it in a string
- Overrides:
toString
in class Object
- Returns:
- inputted values seperated by delim