Searched defs:ImmutableMap (Results 1 – 4 of 4) sorted by relevance
25 template <typename K, typename D, typename I> class ImmutableMap; variable
79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() function82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() function209 friend class ImmutableMap; variable
43 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class45 ImmutableMap() {} in ImmutableMap() method in ImmutableMap
62 public abstract class ImmutableMap<K, V> implements Map<K, V>, Serializable { class315 ImmutableMap() {} in ImmutableMap() method in ImmutableMap