Uses of Class
com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Packages that use CharKeyOpenHashMap
-
Uses of CharKeyOpenHashMap in com.uwyn.jhighlight.tools
Fields in com.uwyn.jhighlight.tools declared as CharKeyOpenHashMapModifier and TypeFieldDescriptionprivate static final CharKeyOpenHashMap
StringUtils.mHtmlEncodeMap
Methods in com.uwyn.jhighlight.tools with parameters of type CharKeyOpenHashMapModifier and TypeMethodDescriptionprivate static String
StringUtils.encode
(String source, CharKeyOpenHashMap encodingTable) Transforms a providedString
object into a new string, using the mapping that are provided through the supplied encoding table.