Class SortedSetMultimapGetTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SortedSetMultimapGetTester<K,​V>
    extends AbstractMultimapTester<K,​V,​com.google.common.collect.SortedSetMultimap<K,​V>>
    Tester for SortedSetMultimap.get(Object).
    Author:
    Louis Wasserman