Interface IMultiMap<K,V>

All Known Implementing Classes:
MultiHashMap

public interface IMultiMap<K,V>
A multi-map which provides a convenient API for holding multiple values associated with a key. Implementations of this interface should not allow null keys or null values.
Since:
9.9
Author:
Petru Galanton