def [](table_name)
    table_name = table_name.to_s

    ret = @list.get(table_name)
    return ret if ret