Package com.uwyn.jhighlight.pcj.map
-
Interface Summary Interface Description CharKeyMap This interface represents maps from char values to objects.CharKeyMapIterator This interface represents iterators over maps from char values to objects. -
Class Summary Class Description AbstractCharKeyMap This class represents an abstract base for implementing maps from char values to objects.CharKeyOpenHashMap This class represents open addressing hash table based maps from char values to objects.MapDefaults This class implements methods for retrieving default values for each of the primitive types. -
Exception Summary Exception Description NoSuchMappingException Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.