Serialized Form
-
Package com.uwyn.jhighlight.pcj.map
-
Class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap extends AbstractCharKeyMap implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- 1.1
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Serial Data:
- Default fields; the capacity of the map (int); the maps's entries (char, Object).
- Throws:
java.io.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.
-
-
-
Class com.uwyn.jhighlight.pcj.map.NoSuchMappingException extends java.lang.RuntimeException implements Serializable
-
-
Package com.uwyn.jhighlight.tools.exceptions
-
Class com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException extends java.lang.Exception implements Serializable
-