Generated by
JDiff

Interface com.google.common.collect.ListMultimap

Changed Methods
Map<K, Collection<V>> asMap() Changed from non-abstract to abstract. {@inheritDoc}
boolean equals(Object) Changed from non-abstract to abstract. Compares the specified object to this multimap for equality.
List<V> get(K) Changed from non-abstract to abstract. {@inheritDoc}
List<V> removeAll(Object) Changed from non-abstract to abstract. {@inheritDoc}
List<V> replaceValues(K, Iterable<?, extends, V>) Changed from non-abstract to abstract. {@inheritDoc}