Uses of Class
com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
-
Packages that use CharKeyOpenHashMap Package Description com.uwyn.jhighlight.tools -
-
Uses of CharKeyOpenHashMap in com.uwyn.jhighlight.tools
Fields in com.uwyn.jhighlight.tools declared as CharKeyOpenHashMap Modifier and Type Field Description private static CharKeyOpenHashMap
StringUtils. mHtmlEncodeMap
Methods in com.uwyn.jhighlight.tools with parameters of type CharKeyOpenHashMap Modifier and Type Method Description private static java.lang.String
StringUtils. encode(java.lang.String source, CharKeyOpenHashMap encodingTable)
Transforms a providedString
object into a new string, using the mapping that are provided through the supplied encoding table.
-