Searched refs:hashMap (Results 1 – 4 of 4) sorted by relevance
22 private array $hashMap = []; // md5 => [ext, count] variable in dokuwiki\\plugin\\cachestats\\FileStatistics74 if (isset($this->hashMap[$md5])) {75 $this->hashMap[$md5]['count']++;77 $this->hashMap[$md5] = ['ext' => $ext, 'count' => 1];82 foreach ($this->hashMap as $hash => $info) {
28 private $hashMap = []; variable in DeepCopy\\DeepCopy89 $this->hashMap = [];163 if (isset($this->hashMap[$objectHash])) {164 return $this->hashMap[$objectHash];172 $this->hashMap[$objectHash] = $object;186 $this->hashMap[$objectHash] = $newObject;
30 private $hashMap = []; variable in DeepCopy\\DeepCopy92 $this->hashMap = [];174 if (isset($this->hashMap[$objectHash])) {175 return $this->hashMap[$objectHash];183 $this->hashMap[$objectHash] = $object;197 $this->hashMap[$objectHash] = $newObject;
535 var hashMap = this;597 hashMap.clear();615 return hashMap.isEmpty();659 return hashMap.size();674 return map === hashMap && (pair.removed === undef);748 return pair.constructor === Entry && pair._isIn(hashMap);752 return hashMap.remove(pair.getKey());782 return hashMap.containsKey(key);786 return hashMap.remove(key);