PriorityMap typedef

PriorityMap = Map<String, int>

Used to define the priority of each column.

The bigger int it is, the more important it is.

Implementation

typedef PriorityMap = Map<String, int>;