Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DDoubleKeyMap.php23 * @param mixed $secondaryKey
26 public function set($primaryKey, $secondaryKey, $value) : void argument
36 $secondaryData->put($secondaryKey, $value);
41 * @param mixed $secondaryKey
45 public function getByTwoKeys($primaryKey, $secondaryKey) argument
53 return $data2->get($secondaryKey);