* Set the local list with the given Map object. * * @param {Map} localList * @private
(localList)
| 3705 | * @private |
| 3706 | */ |
| 3707 | _setLocalList(localList) { |
| 3708 | this.autoNumericLocalList = localList; |
| 3709 | } |
| 3710 | |
| 3711 | /** |
| 3712 | * Return the local list Map object. |
no outgoing calls
no test coverage detected