Class MultimapSizeTester<K extends @Nullable java.lang.Object,​V extends @Nullable java.lang.Object>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MultimapSizeTester<K extends @Nullable java.lang.Object,​V extends @Nullable java.lang.Object>
    extends AbstractMultimapTester<K,​V,​com.google.common.collect.Multimap<K,​V>>
    Tester for the size methods of Multimap and its views.
    Author:
    Louis Wasserman