Class PMap.OrderedBuilder<K,V>

  • Type Parameters:
    K - The key type.
    V - The value type.
    All Implemented Interfaces:
    PMap.Builder<K,V>, PBuilder<java.util.Map<K,V>>
    Enclosing class:
    PMap<Key,Value>

    public static class PMap.OrderedBuilder<K,V>
    extends PMap.DefaultBuilder<K,V>
    Ordered map builder returning an ImmutableMap. The immutable map is order preserving, so the effect is the same.
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderedBuilder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderedBuilder

        public OrderedBuilder()