Class MultimapRemoveEntryTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MultimapRemoveEntryTester<K,​V>
    extends AbstractMultimapTester<K,​V,​com.google.common.collect.Multimap<K,​V>>
    Tests for Multimap.remove(Object, Object).
    Author:
    Louis Wasserman