Serialized Form
-
Package com.uwyn.jhighlight.pcj.map
-
Class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
class CharKeyOpenHashMap extends AbstractCharKeyMap implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
- Since:
- 1.1
-
writeObject
- Serial Data:
- Default fields; the capacity of the map (int); the maps's entries (char, Object).
- Throws:
IOException
- Since:
- 1.1
-
-
Serialized Fields
-
expandAt
int expandAt
The next size at which to expand the data[]. -
growthChunk
int growthChunk
The growth chunk size of this map, if the growth policy is absolute. -
growthFactor
double growthFactor
The growth factor of this map, if the growth policy is relative. -
growthPolicy
int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth). -
keyhash
CharHashFunction keyhash
The hash function used to hash keys in this map. -
loadFactor
double loadFactor
The load factor of this map. -
size
int size
The size of this map.
-
-
-
Exception com.uwyn.jhighlight.pcj.map.NoSuchMappingException
class NoSuchMappingException extends RuntimeException implements Serializable
-
-
Package com.uwyn.jhighlight.tools.exceptions
-
Exception com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
class FileUtilsErrorException extends Exception implements Serializable
-