unlock property

Map<K, V> unlock

Unlocks the map, returning a regular (mutable, ordered) Map of type LinkedHashMap. This map is "safe", in the sense that is independent from the original IMap.

Implementation

Map<K, V> get unlock => _m.unlock;