Look at the MultiMap from the Apache Commons Collections or Google Collections libraries.
If you don't want to use a library, then use something like Map<String, List<T>>.
Look at the MultiMap from the Apache Commons Collections or Google Collections libraries.
If you don't want to use a library, then use something like Map<String, List<T>>.
