Configuration parent
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - when reading the stream fails.java.lang.ClassNotFoundException - if a class definition for a serialized
object could not be found.private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException - if errors occur while writing the stream.java.util.Properties configuration
java.lang.Class<T> booterClass
int size
int mask
float loadFactor
int capacity
LinkedMap.MapEntry[] backend
LinkedMap.MapEntry firstEntry
LinkedMap.MapEntry lastEntry
int hashKey
java.lang.Object key
java.lang.Object value
LinkedMap.MapEntry previous
LinkedMap.MapEntry next
LinkedMap.MapEntry collisionNext
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException - if there is an I/O problem.java.lang.ClassNotFoundException - if a class cannot be found.private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
java.io.IOException - if there is an I/O problem.int rows
int columns
int rowIncrement
int columnIncrement