Uses of Class
org.metricshub.jawk.jrt.AssocArray
Packages that use AssocArray
-
Uses of AssocArray in org.metricshub.jawk.ext
Methods in org.metricshub.jawk.ext with parameters of type AssocArrayModifier and TypeMethodDescriptionintCoreExtension.arrayFunction(AssocArray target, Object... values) intCoreExtension.mapCopyFunction(AssocArray target, AssocArray source) -
Uses of AssocArray in org.metricshub.jawk.jrt
Methods in org.metricshub.jawk.jrt with parameters of type AssocArrayModifier and TypeMethodDescriptionstatic voidJRT.assignEnvironmentVariables(AssocArray aa) Called by AVM/compiled modules to assign local environment variables to an associative array (in this case, to ENVIRON).