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 CharKeyOpenHashMapStringUtils. mHtmlEncodeMapMethods in com.uwyn.jhighlight.tools with parameters of type CharKeyOpenHashMap Modifier and Type Method Description private static java.lang.StringStringUtils. encode(java.lang.String source, CharKeyOpenHashMap encodingTable)Transforms a providedStringobject into a new string, using the mapping that are provided through the supplied encoding table.
-