Maybe you could create an hashmap in this way:
HashMap> map;
The key would be the field.
Doing this way, when you ask the HashMap to retrieve you the object corresponding to the field that you want, the map would return you an ArrayList cointaing all of the elements which has that field.