Uses of Interface
com.uwyn.jhighlight.pcj.map.CharKeyMap
-
Packages that use CharKeyMap Package Description com.uwyn.jhighlight.pcj.map -
-
Uses of CharKeyMap in com.uwyn.jhighlight.pcj.map
Classes in com.uwyn.jhighlight.pcj.map that implement CharKeyMap Modifier and Type Class Description classAbstractCharKeyMapThis class represents an abstract base for implementing maps from char values to objects.classCharKeyOpenHashMapThis class represents open addressing hash table based maps from char values to objects.Methods in com.uwyn.jhighlight.pcj.map with parameters of type CharKeyMap Modifier and Type Method Description voidAbstractCharKeyMap. putAll(CharKeyMap map)voidCharKeyMap. putAll(CharKeyMap map)Adds all mappings from a specified map to this map.Constructors in com.uwyn.jhighlight.pcj.map with parameters of type CharKeyMap Constructor Description CharKeyOpenHashMap(CharKeyMap map)Creates a new hash map with the same mappings as a specified map.
-