Interface PMap.Builder<K,​V>

    • Method Detail

      • putAll

        @Nonnull
        PMap.Builder<K,​V> putAll​(@Nonnull
                                       java.util.Map<K,​V> map)
      • build

        @Nonnull
        java.util.Map<K,​V> build()
        Description copied from interface: PBuilder
        Build the instance value.
        Specified by:
        build in interface PBuilder<K>
        Returns:
        The instance value.