Home
last modified time | relevance | path

Searched refs:hashMap (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php28 private $hashMap = []; variable in DeepCopy\\DeepCopy
89 $this->hashMap = [];
163 if (isset($this->hashMap[$objectHash])) {
164 return $this->hashMap[$objectHash];
172 $this->hashMap[$objectHash] = $object;
186 $this->hashMap[$objectHash] = $newObject;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php30 private $hashMap = []; variable in DeepCopy\\DeepCopy
92 $this->hashMap = [];
174 if (isset($this->hashMap[$objectHash])) {
175 return $this->hashMap[$objectHash];
183 $this->hashMap[$objectHash] = $object;
197 $this->hashMap[$objectHash] = $newObject;
/plugin/processing/
H A Dscript.js535 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);