More information


Serialized Form


Package de.spieleck.pcs.action

Class de.spieleck.pcs.action.ActionException implements Serializable


Package de.spieleck.pcs.factory

Class de.spieleck.pcs.factory.FactoryException implements Serializable

Class de.spieleck.pcs.factory.NoSuchKeyException implements Serializable


Package de.spieleck.pcs.http

Class de.spieleck.pcs.http.ControllerException implements Serializable

Class de.spieleck.pcs.http.ControllerServlet implements Serializable

Serialized Fields

controllerConfig

ControllerConfig controllerConfig


Package de.spieleck.pcs.view

Class de.spieleck.pcs.view.ViewException implements Serializable


Package de.spieleck.pcs.xml

Class de.spieleck.pcs.xml.NoSuchProducerFoundException implements Serializable

Class de.spieleck.pcs.xml.XmlProducingException implements Serializable


Package de.spieleck.util

Class de.spieleck.util.SpeedHashtable implements Serializable

Serialized Fields

table

java.lang.Object[] table
The array of entries and keys. The first half of table contains the keys, the second half the values. The value for a key at index i is at index i + capacity

capacity

int capacity
The current capacity of the array (half of table.length). This implementation requires capacity to be a power of 2.

capacity1

int capacity1
capacity - 1.

used

int used
The actually number of used entries in the array.

loadFactor

double loadFactor
The load factor allowed by this table.

usedLimit

int usedLimit
The limit where the table is resized (approx used * loadFactor).

lastGetIndex

int lastGetIndex
This data allows nice threadunsafe optimizations.

lastKey

java.lang.Object lastKey
This data allows nice threadunsafe optimizations.

Class de.spieleck.util.StringKeyHashtable implements Serializable


More information