Searched defs:ListMap (Results 1 – 2 of 2) sorted by relevance
163 private static class ListMap<T> extends HashMap<String, List<T>> { class in LogEventChecker
62 ListMap(const ListMap& other) : node_list_(other.node_list_) { in ListMap() function