Uses of Interface
io.jawk.jrt.AssocArray
Packages that use AssocArray
-
Uses of AssocArray in io.jawk.jrt
Classes in io.jawk.jrt that implement AssocArrayModifier and TypeClassDescriptionclassAn AWK associative array backed by aHashMap.final classAn AWK associative array materialized from a JavaList.classAn AWK associative array backed by aTreeMap.Methods in io.jawk.jrt that return AssocArrayModifier and TypeMethodDescriptionstatic AssocArrayAssocArray.create(boolean sortedArrayKeys) Creates a new associative array of the appropriate type.static AssocArrayAssocArray.createFromList(List<?> values, boolean sortedArrayKeys) Creates a new associative array materialized from a JavaList.static AssocArrayAssocArray.createHash()Creates a new hash-based associative array (backed byHashMap).static AssocArrayAssocArray.createSorted()Creates a new sorted associative array (backed byTreeMapwith AWK key ordering).Methods in io.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).