I am trying to write a Regex pattern to find java collections declarations. Example: i want to match below lines
private List test; private HashMap&