Package | Description |
---|---|
com.uwyn.jhighlight.pcj.map |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharKeyMap
This class represents an abstract base for implementing
maps from char values to objects.
|
class |
CharKeyOpenHashMap
This class represents open addressing hash table based maps from
char values to objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CharKeyMap.putAll(CharKeyMap map)
Adds all mappings from a specified map to this map.
|
void |
AbstractCharKeyMap.putAll(CharKeyMap map) |
Constructor and Description |
---|
CharKeyOpenHashMap(CharKeyMap map)
Creates a new hash map with the same mappings as a specified map.
|
Copyright © 2011–2021. All rights reserved.