process

public abstract void process(Array<String> data)

Parses the input data. Might be reiterated (e.g. lines of a text file)

Parameters

data

an array of strings to be processed