Serialized Form


Package com.livis.flabes.util

Class com.livis.flabes.util.LinkedHashMap implements Serializable

Serialization Methods

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.
Serialized Fields

loadFactor

float loadFactor
The load factor for the LinkedHashMap.

threshold

int threshold
Rehashes the table when count exceeds this threshold.

Class com.livis.flabes.util.LinkedHashSet implements Serializable

Serialization Methods

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

Class com.livis.flabes.util.SizeManagingMap implements Serializable

Serialized Fields

map

java.util.Map map

size

int[] size