Interface MultiMap<Key extends Comparable,Value,ListType extends List<Value>>

All Known Implementing Classes:
ArrayMultiMap, RawMultiMap

public interface MultiMap<Key extends Comparable,Value,ListType extends List<Value>>