Class MultimapSizeTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

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