Package kieker.analysis.generic
Class MapFileReader<T,R>
java.lang.Object
kieker.analysis.generic.MapFileReader<T,R>
- Type Parameters:
T- key value classR- value value class
Read a 2+n column file into a map. First column represents the key, all other the parameter of
the value.
- Since:
- 1.1
- Author:
- Reiner Jung
-
Constructor Summary
ConstructorsConstructorDescriptionMapFileReader(Path mapFilePath, String separator, Map<T, R> map, IValueConverter<T> keyConverter, IValueConverter<R> valueConverter) -
Method Summary
-
Constructor Details
-
MapFileReader
public MapFileReader(Path mapFilePath, String separator, Map<T, R> map, IValueConverter<T> keyConverter, IValueConverter<R> valueConverter) throws IOException- Throws:
IOException
-
-
Method Details
-
read
- Throws:
IOException
-