Serialized Form
Package com.livis.flabes.util |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the LinkedHashMap from a stream (i.e., deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the LinkedHashMap to a stream (i.e., serialize it).
The objects will be written out in the order they are linked
in the list.
loadFactor
float loadFactor
- The load factor for the LinkedHashMap.
threshold
int threshold
- Rehashes the table when count exceeds this threshold.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
map
java.util.Map map
size
int[] size