Companion

object Companion

Functions

Link copied to clipboard
fun combineMapsCanDestroy(    destination: A_Map,     source: A_Map,     canDestroy: Boolean): A_BasicObject

Combine the two maps into a single map, destroying the destination if possible and appropriate.

Link copied to clipboard
fun emptyAvailMap(): A_Map

Answer the empty map.

Link copied to clipboard
fun mapFromPairs(vararg keysAndValues: A_BasicObject): A_Map

Create a new map whose contents correspond to the specified vararg array of alternating keys and values.

Link copied to clipboard
fun mapWithBindings(tupleOfBindings: A_Tuple): A_Map

Create a new map whose contents correspond to the specified tuple of key-value bindings.

Properties

Link copied to clipboard
val emptyMap: A_Map

The empty map.

Link copied to clipboard
val emptyMapMethod: CheckedMethod