Uses of Class
org.htmlunit.cyberneko.util.FastHashMap
-
Packages that use FastHashMap Package Description org.htmlunit.cyberneko.xerces.xni -
-
Uses of FastHashMap in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type FastHashMap Modifier and Type Method Description StringXMLString. toString(FastHashMap<XMLString,String> cache)Returns a string representation of this buffer using a cache as source to avoid duplicates.static StringXMLString. toString(XMLString seq, FastHashMap<XMLString,String> cache)Returns a string representation of the buffer using a cache as source to avoid duplicates.
-