Class MapFileReader<T,R>

java.lang.Object
kieker.analysis.generic.MapFileReader<T,R>
Type Parameters:
T - key value class
R - value value class

public class MapFileReader<T,R> extends Object
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