Interface TestMultimapGenerator<K,​V,​M extends Multimap<K,​V>>

    • Method Detail

      • createKeyArray

        K[] createKeyArray​(int length)
      • createValueArray

        V[] createValueArray​(int length)
      • createCollection

        java.util.Collection<V> createCollection​(java.lang.Iterable<? extends V> values)