Class ImmutableSortedMap.SerializedForm<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ImmutableSortedMap<K,​V>

    private static class ImmutableSortedMap.SerializedForm<K,​V>
    extends ImmutableMap.SerializedForm<K,​V>
    Serialized type for all ImmutableSortedMap instances. It captures the logical contents and they are reconstructed using public factory methods. This ensures that the implementation types remain as implementation details.