static Map ai_getOrCreateVars() { Map map = ai_getVars(); if (map == null) ai_setVars(map = new HashMap); ret map; }