Class Maps


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

      • 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