Interface PMap.Builder<K,​V>

  • Type Parameters:
    K - The key type.
    V - The value type.
    All Known Implementing Classes:
    PMap.DefaultBuilder, PMap.SortedBuilder
    Enclosing class:
    PMap<Key,​Value>

    public static interface PMap.Builder<K,​V>
    Container builder to be used in serialization.
    • Method Detail

      • putAll

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

        @Nonnull
        java.util.Map<K,​V> build()