Searched defs:getAsMap (Results 1 – 3 of 3) sorted by relevance
48 public abstract Map<String, List<String>> getAsMap(); in getAsMap() method in HeaderBlock
47 public Map<String, List<String>> getAsMap() { in getAsMap() method in HeaderBlockImpl
160 static MapDocNode &getAsMap(DocNode &N) { return N.getMap(/*Convert=*/true); } in getAsMap() function