Class Maps

java.lang.Object
org.apache.solr.bench.generators.Maps

public class Maps extends Object
The type Maps.
  • Method Details

    • defaultMap

      public static <K, V> Collector<Map.Entry<K,V>,?,Map<K,V>> defaultMap()
      Default map collector.
      Type Parameters:
      K - the type parameter
      V - the type parameter
      Returns:
      the collector