PCJ API
Version 1.2

Serialized Form


Package bak.pcj.list

Class bak.pcj.list.BooleanArrayDeque extends AbstractBooleanList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (boolean).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.BooleanArrayList extends AbstractBooleanList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (boolean).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.BooleanArrayStack extends BooleanArrayList implements Serializable

Class bak.pcj.list.ByteArrayDeque extends AbstractByteList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (byte).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.ByteArrayList extends AbstractByteList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (byte).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.ByteArrayStack extends ByteArrayList implements Serializable

Class bak.pcj.list.CharArrayDeque extends AbstractCharList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (char).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.CharArrayList extends AbstractCharList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (char).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.CharArrayStack extends CharArrayList implements Serializable

Class bak.pcj.list.DoubleArrayDeque extends AbstractDoubleList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (double).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.DoubleArrayList extends AbstractDoubleList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (double).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.DoubleArrayStack extends DoubleArrayList implements Serializable

Class bak.pcj.list.FloatArrayDeque extends AbstractFloatList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (float).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.FloatArrayList extends AbstractFloatList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (float).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.FloatArrayStack extends FloatArrayList implements Serializable

Class bak.pcj.list.IntArrayDeque extends AbstractIntList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (int).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.IntArrayList extends AbstractIntList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (int).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.IntArrayStack extends IntArrayList implements Serializable

Class bak.pcj.list.LongArrayDeque extends AbstractLongList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (long).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.LongArrayList extends AbstractLongList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (long).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.LongArrayStack extends LongArrayList implements Serializable

Class bak.pcj.list.ShortArrayDeque extends AbstractShortList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the deque (int); the deques's elements (short).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this deque.

 

growthPolicy

int growthPolicy
The growth policy of this deque (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this deque, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this deque, if the growth policy is absolute.

 

Class bak.pcj.list.ShortArrayList extends AbstractShortList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (short).
Throws:
IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Class bak.pcj.list.ShortArrayStack extends ShortArrayList implements Serializable


Package bak.pcj.map

Class bak.pcj.map.BooleanKeyChainedHashMap extends AbstractBooleanKeyMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (boolean, Object).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

BooleanHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.BooleanKeyOpenHashMap extends AbstractBooleanKeyMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (boolean, Object).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

BooleanHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyBooleanChainedHashMap extends AbstractByteKeyBooleanMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, boolean).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyBooleanOpenHashMap extends AbstractByteKeyBooleanMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, boolean).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyByteChainedHashMap extends AbstractByteKeyByteMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, byte).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyByteOpenHashMap extends AbstractByteKeyByteMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, byte).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyChainedHashMap extends AbstractByteKeyMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, Object).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyCharChainedHashMap extends AbstractByteKeyCharMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, char).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyCharOpenHashMap extends AbstractByteKeyCharMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, char).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyDoubleChainedHashMap extends AbstractByteKeyDoubleMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, double).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyDoubleOpenHashMap extends AbstractByteKeyDoubleMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, double).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyFloatChainedHashMap extends AbstractByteKeyFloatMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, float).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyFloatOpenHashMap extends AbstractByteKeyFloatMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, float).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyIntChainedHashMap extends AbstractByteKeyIntMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, int).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyIntOpenHashMap extends AbstractByteKeyIntMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, int).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class bak.pcj.map.ByteKeyLongChainedHashMap extends AbstractByteKeyLongMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (byte, long).
Throws:
IOException
Since:
1.1
Serialized Fields

keyhash

ByteHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 
</