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