Package main.utils.iocontrol


package main.utils.iocontrol
This package contains classes that are used to control the input and output.
  • Class
    Description
    A utility class for reading CSV files and returning their contents as a list of rows, each represented as a list of strings.
    The IntGetter class provides a static method for reading integer input from the user through the console.
    Interface for objects that can be mapped to/from a Map.
    A class for mapping characters to control the output of objects.
    Savable<MappableObject extends Mappable>
    An abstract class for managing objects that can be mapped to and from key-value pairs.
    The StringAndMapConvertor class provides methods to convert a String representation of a map to a Map object, and vice versa.