PersistentHashMap<K, V> constructor

PersistentHashMap<K, V>(
  1. dynamic meta,
  2. BitmapNode root,
  3. int $UNDERSCORE_$UNDERSCORE_hash
)

Implementation

PersistentHashMap(this.meta, this.root, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();