PCJ API
Version 1.2

Package bak.pcj.map

Provides primitive map classes.

See:
          Description

Interface Summary
BooleanKeyBooleanMap This interface represents maps from boolean values to boolean values.
BooleanKeyBooleanMapIterator This interface represents iterators over maps from boolean values to boolean values.
BooleanKeyByteMap This interface represents maps from boolean values to byte values.
BooleanKeyByteMapIterator This interface represents iterators over maps from boolean values to byte values.
BooleanKeyCharMap This interface represents maps from boolean values to char values.
BooleanKeyCharMapIterator This interface represents iterators over maps from boolean values to char values.
BooleanKeyDoubleMap This interface represents maps from boolean values to double values.
BooleanKeyDoubleMapIterator This interface represents iterators over maps from boolean values to double values.
BooleanKeyFloatMap This interface represents maps from boolean values to float values.
BooleanKeyFloatMapIterator This interface represents iterators over maps from boolean values to float values.
BooleanKeyIntMap This interface represents maps from boolean values to int values.
BooleanKeyIntMapIterator This interface represents iterators over maps from boolean values to int values.
BooleanKeyLongMap This interface represents maps from boolean values to long values.
BooleanKeyLongMapIterator This interface represents iterators over maps from boolean values to long values.
BooleanKeyMap This interface represents maps from boolean values to objects.
BooleanKeyMapIterator This interface represents iterators over maps from boolean values to objects.
BooleanKeyShortMap This interface represents maps from boolean values to short values.
BooleanKeyShortMapIterator This interface represents iterators over maps from boolean values to short values.
ByteKeyBooleanMap This interface represents maps from byte values to boolean values.
ByteKeyBooleanMapIterator This interface represents iterators over maps from byte values to boolean values.
ByteKeyByteMap This interface represents maps from byte values to byte values.
ByteKeyByteMapIterator This interface represents iterators over maps from byte values to byte values.
ByteKeyCharMap This interface represents maps from byte values to char values.
ByteKeyCharMapIterator This interface represents iterators over maps from byte values to char values.
ByteKeyDoubleMap This interface represents maps from byte values to double values.
ByteKeyDoubleMapIterator This interface represents iterators over maps from byte values to double values.
ByteKeyFloatMap This interface represents maps from byte values to float values.
ByteKeyFloatMapIterator This interface represents iterators over maps from byte values to float values.
ByteKeyIntMap This interface represents maps from byte values to int values.
ByteKeyIntMapIterator This interface represents iterators over maps from byte values to int values.
ByteKeyLongMap This interface represents maps from byte values to long values.
ByteKeyLongMapIterator This interface represents iterators over maps from byte values to long values.
ByteKeyMap This interface represents maps from byte values to objects.
ByteKeyMapIterator This interface represents iterators over maps from byte values to objects.
ByteKeyShortMap This interface represents maps from byte values to short values.
ByteKeyShortMapIterator This interface represents iterators over maps from byte values to short values.
CharKeyBooleanMap This interface represents maps from char values to boolean values.
CharKeyBooleanMapIterator This interface represents iterators over maps from char values to boolean values.
CharKeyByteMap This interface represents maps from char values to byte values.
CharKeyByteMapIterator This interface represents iterators over maps from char values to byte values.
CharKeyCharMap This interface represents maps from char values to char values.
CharKeyCharMapIterator This interface represents iterators over maps from char values to char values.
CharKeyDoubleMap This interface represents maps from char values to double values.
CharKeyDoubleMapIterator This interface represents iterators over maps from char values to double values.
CharKeyFloatMap This interface represents maps from char values to float values.
CharKeyFloatMapIterator This interface represents iterators over maps from char values to float values.
CharKeyIntMap This interface represents maps from char values to int values.
CharKeyIntMapIterator This interface represents iterators over maps from char values to int values.
CharKeyLongMap This interface represents maps from char values to long values.
CharKeyLongMapIterator This interface represents iterators over maps from char values to long values.
CharKeyMap This interface represents maps from char values to objects.
CharKeyMapIterator This interface represents iterators over maps from char values to objects.
CharKeyShortMap This interface represents maps from char values to short values.
CharKeyShortMapIterator This interface represents iterators over maps from char values to short values.
DoubleKeyBooleanMap This interface represents maps from double values to boolean values.
DoubleKeyBooleanMapIterator This interface represents iterators over maps from double values to boolean values.
DoubleKeyByteMap This interface represents maps from double values to byte values.
DoubleKeyByteMapIterator This interface represents iterators over maps from double values to byte values.
DoubleKeyCharMap This interface represents maps from double values to char values.
DoubleKeyCharMapIterator This interface represents iterators over maps from double values to char values.
DoubleKeyDoubleMap This interface represents maps from double values to double values.
DoubleKeyDoubleMapIterator This interface represents iterators over maps from double values to double values.
DoubleKeyFloatMap This interface represents maps from double values to float values.
DoubleKeyFloatMapIterator This interface represents iterators over maps from double values to float values.
DoubleKeyIntMap This interface represents maps from double values to int values.
DoubleKeyIntMapIterator This interface represents iterators over maps from double values to int values.
DoubleKeyLongMap This interface represents maps from double values to long values.
DoubleKeyLongMapIterator This interface represents iterators over maps from double values to long values.
DoubleKeyMap This interface represents maps from double values to objects.
DoubleKeyMapIterator This interface represents iterators over maps from double values to objects.
DoubleKeyShortMap This interface represents maps from double values to short values.
DoubleKeyShortMapIterator This interface represents iterators over maps from double values to short values.
FloatKeyBooleanMap This interface represents maps from float values to boolean values.
FloatKeyBooleanMapIterator This interface represents iterators over maps from float values to boolean values.
FloatKeyByteMap This interface represents maps from float values to byte values.
FloatKeyByteMapIterator This interface represents iterators over maps from float values to byte values.
FloatKeyCharMap This interface represents maps from float values to char values.
FloatKeyCharMapIterator This interface represents iterators over maps from float values to char values.
FloatKeyDoubleMap This interface represents maps from float values to double values.
FloatKeyDoubleMapIterator This interface represents iterators over maps from float values to double values.
FloatKeyFloatMap This interface represents maps from float values to float values.
FloatKeyFloatMapIterator This interface represents iterators over maps from float values to float values.
FloatKeyIntMap This interface represents maps from float values to int values.
FloatKeyIntMapIterator This interface represents iterators over maps from float values to int values.
FloatKeyLongMap This interface represents maps from float values to long values.
FloatKeyLongMapIterator This interface represents iterators over maps from float values to long values.
FloatKeyMap This interface represents maps from float values to objects.
FloatKeyMapIterator This interface represents iterators over maps from float values to objects.
FloatKeyShortMap This interface represents maps from float values to short values.
FloatKeyShortMapIterator This interface represents iterators over maps from float values to short values.
IntKeyBooleanMap This interface represents maps from int values to boolean values.
IntKeyBooleanMapIterator This interface represents iterators over maps from int values to boolean values.
IntKeyByteMap This interface represents maps from int values to byte values.
IntKeyByteMapIterator This interface represents iterators over maps from int values to byte values.
IntKeyCharMap This interface represents maps from int values to char values.
IntKeyCharMapIterator This interface represents iterators over maps from int values to char values.
IntKeyDoubleMap This interface represents maps from int values to double values.
IntKeyDoubleMapIterator This interface represents iterators over maps from int values to double values.
IntKeyFloatMap This interface represents maps from int values to float values.
IntKeyFloatMapIterator This interface represents iterators over maps from int values to float values.
IntKeyIntMap This interface represents maps from int values to int values.
IntKeyIntMapIterator This interface represents iterators over maps from int values to int values.
IntKeyLongMap This interface represents maps from int values to long values.
IntKeyLongMapIterator This interface represents iterators over maps from int values to long values.
IntKeyMap This interface represents maps from int values to objects.
IntKeyMapIterator This interface represents iterators over maps from int values to objects.
IntKeyShortMap This interface represents maps from int values to short values.
IntKeyShortMapIterator This interface represents iterators over maps from int values to short values.
LongKeyBooleanMap This interface represents maps from long values to boolean values.
LongKeyBooleanMapIterator This interface represents iterators over maps from long values to boolean values.
LongKeyByteMap This interface represents maps from long values to byte values.
LongKeyByteMapIterator This interface represents iterators over maps from long values to byte values.
LongKeyCharMap This interface represents maps from long values to char values.
LongKeyCharMapIterator This interface represents iterators over maps from long values to char values.
LongKeyDoubleMap This interface represents maps from long values to double values.
LongKeyDoubleMapIterator This interface represents iterators over maps from long values to double values.
LongKeyFloatMap This interface represents maps from long values to float values.
LongKeyFloatMapIterator This interface represents iterators over maps from long values to float values.
LongKeyIntMap This interface represents maps from long values to int values.
LongKeyIntMapIterator This interface represents iterators over maps from long values to int values.
LongKeyLongMap This interface represents maps from long values to long values.
LongKeyLongMapIterator This interface represents iterators over maps from long values to long values.
LongKeyMap This interface represents maps from long values to objects.
LongKeyMapIterator This interface represents iterators over maps from long values to objects.
LongKeyShortMap This interface represents maps from long values to short values.
LongKeyShortMapIterator This interface represents iterators over maps from long values to short values.
ObjectKeyBooleanMap This interface represents maps from objects values to boolean values.
ObjectKeyBooleanMapIterator This interface represents iterators over maps from objects values to boolean values.
ObjectKeyByteMap This interface represents maps from objects values to byte values.
ObjectKeyByteMapIterator This interface represents iterators over maps from objects values to byte values.
ObjectKeyCharMap This interface represents maps from objects values to char values.
ObjectKeyCharMapIterator This interface represents iterators over maps from objects values to char values.
ObjectKeyDoubleMap This interface represents maps from objects values to double values.
ObjectKeyDoubleMapIterator This interface represents iterators over maps from objects values to double values.
ObjectKeyFloatMap This interface represents maps from objects values to float values.
ObjectKeyFloatMapIterator This interface represents iterators over maps from objects values to float values.
ObjectKeyIntMap This interface represents maps from objects values to int values.
ObjectKeyIntMapIterator This interface represents iterators over maps from objects values to int values.
ObjectKeyLongMap This interface represents maps from objects values to long values.
ObjectKeyLongMapIterator This interface represents iterators over maps from objects values to long values.
ObjectKeyShortMap This interface represents maps from objects values to short values.
ObjectKeyShortMapIterator This interface represents iterators over maps from objects values to short values.
ShortKeyBooleanMap This interface represents maps from short values to boolean values.
ShortKeyBooleanMapIterator This interface represents iterators over maps from short values to boolean values.
ShortKeyByteMap This interface represents maps from short values to byte values.
ShortKeyByteMapIterator This interface represents iterators over maps from short values to byte values.
ShortKeyCharMap This interface represents maps from short values to char values.
ShortKeyCharMapIterator This interface represents iterators over maps from short values to char values.
ShortKeyDoubleMap This interface represents maps from short values to double values.
ShortKeyDoubleMapIterator This interface represents iterators over maps from short values to double values.
ShortKeyFloatMap This interface represents maps from short values to float values.
ShortKeyFloatMapIterator This interface represents iterators over maps from short values to float values.
ShortKeyIntMap This interface represents maps from short values to int values.
ShortKeyIntMapIterator This interface represents iterators over maps from short values to int values.
ShortKeyLongMap This interface represents maps from short values to long values.
ShortKeyLongMapIterator This interface represents iterators over maps from short values to long values.
ShortKeyMap This interface represents maps from short values to objects.
ShortKeyMapIterator This interface represents iterators over maps from short values to objects.
ShortKeyShortMap This interface represents maps from short values to short values.
ShortKeyShortMapIterator This interface represents iterators over maps from short values to short values.
 

Class Summary
AbstractBooleanKeyBooleanMap This class represents an abstract base for implementing maps from boolean values to boolean values.
AbstractBooleanKeyByteMap This class represents an abstract base for implementing maps from boolean values to byte values.
AbstractBooleanKeyCharMap This class represents an abstract base for implementing maps from boolean values to char values.
AbstractBooleanKeyDoubleMap This class represents an abstract base for implementing maps from boolean values to double values.
AbstractBooleanKeyFloatMap This class represents an abstract base for implementing maps from boolean values to float values.
AbstractBooleanKeyIntMap This class represents an abstract base for implementing maps from boolean values to int values.
AbstractBooleanKeyLongMap This class represents an abstract base for implementing maps from boolean values to long values.
AbstractBooleanKeyMap This class represents an abstract base for implementing maps from boolean values to objects.
AbstractBooleanKeyShortMap This class represents an abstract base for implementing maps from boolean values to short values.
AbstractByteKeyBooleanMap This class represents an abstract base for implementing maps from byte values to boolean values.
AbstractByteKeyByteMap This class represents an abstract base for implementing maps from byte values to byte values.
AbstractByteKeyCharMap This class represents an abstract base for implementing maps from byte values to char values.
AbstractByteKeyDoubleMap This class represents an abstract base for implementing maps from byte values to double values.
AbstractByteKeyFloatMap This class represents an abstract base for implementing maps from byte values to float values.
AbstractByteKeyIntMap This class represents an abstract base for implementing maps from byte values to int values.
AbstractByteKeyLongMap This class represents an abstract base for implementing maps from byte values to long values.
AbstractByteKeyMap This class represents an abstract base for implementing maps from byte values to objects.
AbstractByteKeyShortMap This class represents an abstract base for implementing maps from byte values to short values.
AbstractCharKeyBooleanMap This class represents an abstract base for implementing maps from char values to boolean values.
AbstractCharKeyByteMap This class represents an abstract base for implementing maps from char values to byte values.
AbstractCharKeyCharMap This class represents an abstract base for implementing maps from char values to char values.
AbstractCharKeyDoubleMap This class represents an abstract base for implementing maps from char values to double values.
AbstractCharKeyFloatMap This class represents an abstract base for implementing maps from char values to float values.
AbstractCharKeyIntMap This class represents an abstract base for implementing maps from char values to int values.
AbstractCharKeyLongMap This class represents an abstract base for implementing maps from char values to long values.
AbstractCharKeyMap This class represents an abstract base for implementing maps from char values to objects.
AbstractCharKeyShortMap This class represents an abstract base for implementing maps from char values to short values.
AbstractDoubleKeyBooleanMap This class represents an abstract base for implementing maps from double values to boolean values.
AbstractDoubleKeyByteMap This class represents an abstract base for implementing maps from double values to byte values.
AbstractDoubleKeyCharMap This class represents an abstract base for implementing maps from double values to char values.
AbstractDoubleKeyDoubleMap This class represents an abstract base for implementing maps from double values to double values.
AbstractDoubleKeyFloatMap This class represents an abstract base for implementing maps from double values to float values.
AbstractDoubleKeyIntMap This class represents an abstract base for implementing maps from double values to int values.
AbstractDoubleKeyLongMap This class represents an abstract base for implementing maps from double values to long values.
AbstractDoubleKeyMap This class represents an abstract base for implementing maps from double values to objects.
AbstractDoubleKeyShortMap This class represents an abstract base for implementing maps from double values to short values.
AbstractFloatKeyBooleanMap This class represents an abstract base for implementing maps from float values to boolean values.
AbstractFloatKeyByteMap This class represents an abstract base for implementing maps from float values to byte values.
AbstractFloatKeyCharMap This class represents an abstract base for implementing maps from float values to char values.
AbstractFloatKeyDoubleMap This class represents an abstract base for implementing maps from float values to double values.
AbstractFloatKeyFloatMap This class represents an abstract base for implementing maps from float values to float values.
AbstractFloatKeyIntMap This class represents an abstract base for implementing maps from float values to int values.
AbstractFloatKeyLongMap This class represents an abstract base for implementing maps from float values to long values.
AbstractFloatKeyMap This class represents an abstract base for implementing maps from float values to objects.
AbstractFloatKeyShortMap This class represents an abstract base for implementing maps from float values to short values.
AbstractIntKeyBooleanMap This class represents an abstract base for implementing maps from int values to boolean values.
AbstractIntKeyByteMap This class represents an abstract base for implementing maps from int values to byte values.
AbstractIntKeyCharMap This class represents an abstract base for implementing maps from int values to char values.
AbstractIntKeyDoubleMap This class represents an abstract base for implementing maps from int values to double values.
AbstractIntKeyFloatMap This class represents an abstract base for implementing maps from int values to float values.
AbstractIntKeyIntMap This class represents an abstract base for implementing maps from int values to int values.
AbstractIntKeyLongMap This class represents an abstract base for implementing maps from int values to long values.
AbstractIntKeyMap This class represents an abstract base for implementing maps from int values to objects.
AbstractIntKeyShortMap This class represents an abstract base for implementing maps from int values to short values.
AbstractLongKeyBooleanMap This class represents an abstract base for implementing maps from long values to boolean values.
AbstractLongKeyByteMap This class represents an abstract base for implementing maps from long values to byte values.
AbstractLongKeyCharMap This class represents an abstract base for implementing maps from long values to char values.
AbstractLongKeyDoubleMap This class represents an abstract base for implementing maps from long values to double values.
AbstractLongKeyFloatMap This class represents an abstract base for implementing maps from long values to float values.
AbstractLongKeyIntMap This class represents an abstract base for implementing maps from long values to int values.
AbstractLongKeyLongMap This class represents an abstract base for implementing maps from long values to long values.
AbstractLongKeyMap This class represents an abstract base for implementing maps from long values to objects.
AbstractLongKeyShortMap This class represents an abstract base for implementing maps from long values to short values.
AbstractObjectKeyBooleanMap This class represents an abstract base for implementing maps from object values to boolean values.
AbstractObjectKeyByteMap This class represents an abstract base for implementing maps from object values to byte values.
AbstractObjectKeyCharMap This class represents an abstract base for implementing maps from object values to char values.
AbstractObjectKeyDoubleMap This class represents an abstract base for implementing maps from object values to double values.
AbstractObjectKeyFloatMap This class represents an abstract base for implementing maps from object values to float values.
AbstractObjectKeyIntMap This class represents an abstract base for implementing maps from object values to int values.
AbstractObjectKeyLongMap This class represents an abstract base for implementing maps from object values to long values.
AbstractObjectKeyShortMap This class represents an abstract base for implementing maps from object values to short values.
AbstractShortKeyBooleanMap This class represents an abstract base for implementing maps from short values to boolean values.
AbstractShortKeyByteMap This class represents an abstract base for implementing maps from short values to byte values.
AbstractShortKeyCharMap This class represents an abstract base for implementing maps from short values to char values.
AbstractShortKeyDoubleMap This class represents an abstract base for implementing maps from short values to double values.
AbstractShortKeyFloatMap This class represents an abstract base for implementing maps from short values to float values.
AbstractShortKeyIntMap This class represents an abstract base for implementing maps from short values to int values.
AbstractShortKeyLongMap This class represents an abstract base for implementing maps from short values to long values.
AbstractShortKeyMap This class represents an abstract base for implementing maps from short values to objects.
AbstractShortKeyShortMap This class represents an abstract base for implementing maps from short values to short values.
BooleanKeyChainedHashMap This class represents chained hash table based maps from boolean values to objects.
BooleanKeyOpenHashMap This class represents open addressing hash table based maps from boolean values to objects.
ByteKeyBooleanChainedHashMap This class represents chained hash table based maps from byte values to boolean values.
ByteKeyBooleanOpenHashMap This class represents open addressing hash table based maps from byte values to boolean values.
ByteKeyByteChainedHashMap This class represents chained hash table based maps from byte values to byte values.
ByteKeyByteOpenHashMap This class represents open addressing hash table based maps from byte values to byte values.
ByteKeyChainedHashMap This class represents chained hash table based maps from byte values to objects.
ByteKeyCharChainedHashMap This class represents chained hash table based maps from byte values to char values.
ByteKeyCharOpenHashMap This class represents open addressing hash table based maps from byte values to char values.
ByteKeyDoubleChainedHashMap This class represents chained hash table based maps from byte values to double values.
ByteKeyDoubleOpenHashMap This class represents open addressing hash table based maps from byte values to double values.
ByteKeyFloatChainedHashMap This class represents chained hash table based maps from byte values to float values.
ByteKeyFloatOpenHashMap This class represents open addressing hash table based maps from byte values to float values.
ByteKeyIntChainedHashMap This class represents chained hash table based maps from byte values to int values.
ByteKeyIntOpenHashMap This class represents open addressing hash table based maps from byte values to int values.
ByteKeyLongChainedHashMap This class represents chained hash table based maps from byte values to long values.
ByteKeyLongOpenHashMap This class represents open addressing hash table based maps from byte values to long values.
ByteKeyOpenHashMap This class represents open addressing hash table based maps from byte values to objects.
ByteKeyShortChainedHashMap This class represents chained hash table based maps from byte values to short values.
ByteKeyShortOpenHashMap This class represents open addressing hash table based maps from byte values to short values.
CharKeyBooleanChainedHashMap This class represents chained hash table based maps from char values to boolean values.
CharKeyBooleanOpenHashMap This class represents open addressing hash table based maps from char values to boolean values.
CharKeyByteChainedHashMap This class represents chained hash table based maps from char values to byte values.
CharKeyByteOpenHashMap This class represents open addressing hash table based maps from char values to byte values.
CharKeyChainedHashMap This class represents chained hash table based maps from char values to objects.
CharKeyCharChainedHashMap This class represents chained hash table based maps from char values to char values.
CharKeyCharOpenHashMap This class represents open addressing hash table based maps from char values to char values.
CharKeyDoubleChainedHashMap This class represents chained hash table based maps from char values to double values.
CharKeyDoubleOpenHashMap This class represents open addressing hash table based maps from char values to double values.
CharKeyFloatChainedHashMap This class represents chained hash table based maps from char values to float values.
CharKeyFloatOpenHashMap This class represents open addressing hash table based maps from char values to float values.
CharKeyIntChainedHashMap This class represents chained hash table based maps from char values to int values.
CharKeyIntOpenHashMap This class represents open addressing hash table based maps from char values to int values.
CharKeyLongChainedHashMap This class represents chained hash table based maps from char values to long values.
CharKeyLongOpenHashMap This class represents open addressing hash table based maps from char values to long values.
CharKeyOpenHashMap This class represents open addressing hash table based maps from char values to objects.
CharKeyShortChainedHashMap This class represents chained hash table based maps from char values to short values.
CharKeyShortOpenHashMap This class represents open addressing hash table based maps from char values to short values.
DoubleKeyBooleanChainedHashMap This class represents chained hash table based maps from double values to boolean values.
DoubleKeyBooleanOpenHashMap This class represents open addressing hash table based maps from double values to boolean values.
DoubleKeyByteChainedHashMap This class represents chained hash table based maps from double values to byte values.
DoubleKeyByteOpenHashMap This class represents open addressing hash table based maps from double values to byte values.
DoubleKeyChainedHashMap This class represents chained hash table based maps from double values to objects.
DoubleKeyCharChainedHashMap This class represents chained hash table based maps from double values to char values.
DoubleKeyCharOpenHashMap This class represents open addressing hash table based maps from double values to char values.
DoubleKeyDoubleChainedHashMap This class represents chained hash table based maps from double values to double values.
DoubleKeyDoubleOpenHashMap This class represents open addressing hash table based maps from double values to double values.
DoubleKeyFloatChainedHashMap This class represents chained hash table based maps from double values to float values.
DoubleKeyFloatOpenHashMap This class represents open addressing hash table based maps from double values to float values.
DoubleKeyIntChainedHashMap This class represents chained hash table based maps from double values to int values.
DoubleKeyIntOpenHashMap This class represents open addressing hash table based maps from double values to int values.
DoubleKeyLongChainedHashMap This class represents chained hash table based maps from double values to long values.
DoubleKeyLongOpenHashMap This class represents open addressing hash table based maps from double values to long values.
DoubleKeyOpenHashMap This class represents open addressing hash table based maps from double values to objects.
DoubleKeyShortChainedHashMap This class represents chained hash table based maps from double values to short values.
DoubleKeyShortOpenHashMap This class represents open addressing hash table based maps from double values to short values.
FloatKeyBooleanChainedHashMap This class represents chained hash table based maps from float values to boolean values.
FloatKeyBooleanOpenHashMap This class represents open addressing hash table based maps from float values to boolean values.
FloatKeyByteChainedHashMap This class represents chained hash table based maps from float values to byte values.
FloatKeyByteOpenHashMap This class represents open addressing hash table based maps from float values to byte values.
FloatKeyChainedHashMap This class represents chained hash table based maps from float values to objects.
FloatKeyCharChainedHashMap This class represents chained hash table based maps from float values to char values.
FloatKeyCharOpenHashMap This class represents open addressing hash table based maps from float values to char values.
FloatKeyDoubleChainedHashMap This class represents chained hash table based maps from float values to double values.
FloatKeyDoubleOpenHashMap This class represents open addressing hash table based maps from float values to double values.
FloatKeyFloatChainedHashMap This class represents chained hash table based maps from float values to float values.
FloatKeyFloatOpenHashMap This class represents open addressing hash table based maps from float values to float values.
FloatKeyIntChainedHashMap This class represents chained hash table based maps from float values to int values.
FloatKeyIntOpenHashMap This class represents open addressing hash table based maps from float values to int values.
FloatKeyLongChainedHashMap This class represents chained hash table based maps from float values to long values.
FloatKeyLongOpenHashMap This class represents open addressing hash table based maps from float values to long values.
FloatKeyOpenHashMap This class represents open addressing hash table based maps from float values to objects.
FloatKeyShortChainedHashMap This class represents chained hash table based maps from float values to short values.
FloatKeyShortOpenHashMap This class represents open addressing hash table based maps from float values to short values.
IntKeyBooleanChainedHashMap This class represents chained hash table based maps from int values to boolean values.
IntKeyBooleanOpenHashMap This class represents open addressing hash table based maps from int values to boolean values.
IntKeyByteChainedHashMap This class represents chained hash table based maps from int values to byte values.
IntKeyByteOpenHashMap This class represents open addressing hash table based maps from int values to byte values.
IntKeyChainedHashMap This class represents chained hash table based maps from int values to objects.
IntKeyCharChainedHashMap This class represents chained hash table based maps from int values to char values.
IntKeyCharOpenHashMap This class represents open addressing hash table based maps from int values to char values.
IntKeyDoubleChainedHashMap This class represents chained hash table based maps from int values to double values.
IntKeyDoubleOpenHashMap This class represents open addressing hash table based maps from int values to double values.
IntKeyFloatChainedHashMap This class represents chained hash table based maps from int values to float values.
IntKeyFloatOpenHashMap This class represents open addressing hash table based maps from int values to float values.
IntKeyIntChainedHashMap This class represents chained hash table based maps from int values to int values.
IntKeyIntOpenHashMap This class represents open addressing hash table based maps from int values to int values.
IntKeyLongChainedHashMap This class represents chained hash table based maps from int values to long values.
IntKeyLongOpenHashMap This class represents open addressing hash table based maps from int values to long values.
IntKeyOpenHashMap This class represents open addressing hash table based maps from int values to objects.
IntKeyShortChainedHashMap This class represents chained hash table based maps from int values to short values.
IntKeyShortOpenHashMap This class represents open addressing hash table based maps from int values to short values.
LongKeyBooleanChainedHashMap This class represents chained hash table based maps from long values to boolean values.
LongKeyBooleanOpenHashMap This class represents open addressing hash table based maps from long values to boolean values.
LongKeyByteChainedHashMap This class represents chained hash table based maps from long values to byte values.
LongKeyByteOpenHashMap This class represents open addressing hash table based maps from long values to byte values.
LongKeyChainedHashMap This class represents chained hash table based maps from long values to objects.
LongKeyCharChainedHashMap This class represents chained hash table based maps from long values to char values.
LongKeyCharOpenHashMap This class represents open addressing hash table based maps from long values to char values.
LongKeyDoubleChainedHashMap This class represents chained hash table based maps from long values to double values.
LongKeyDoubleOpenHashMap This class represents open addressing hash table based maps from long values to double values.
LongKeyFloatChainedHashMap This class represents chained hash table based maps from long values to float values.
LongKeyFloatOpenHashMap This class represents open addressing hash table based maps from long values to float values.
LongKeyIntChainedHashMap This class represents chained hash table based maps from long values to int values.
LongKeyIntOpenHashMap This class represents open addressing hash table based maps from long values to int values.
LongKeyLongChainedHashMap This class represents chained hash table based maps from long values to long values.
LongKeyLongOpenHashMap This class represents open addressing hash table based maps from long values to long values.
LongKeyOpenHashMap This class represents open addressing hash table based maps from long values to objects.
LongKeyShortChainedHashMap This class represents chained hash table based maps from long values to short values.
LongKeyShortOpenHashMap This class represents open addressing hash table based maps from long values to short values.
MapDefaults This class implements methods for retrieving default values for each of the primitive types.
ObjectKeyBooleanChainedHashMap This class represents chained hash table based maps from object values to boolean values.
ObjectKeyBooleanOpenHashMap This class represents open addressing hash table based maps from object values to boolean values.
ObjectKeyByteChainedHashMap This class represents chained hash table based maps from object values to byte values.
ObjectKeyByteOpenHashMap This class represents open addressing hash table based maps from object values to byte values.
ObjectKeyCharChainedHashMap This class represents chained hash table based maps from object values to char values.
ObjectKeyCharOpenHashMap This class represents open addressing hash table based maps from object values to char values.
ObjectKeyDoubleChainedHashMap This class represents chained hash table based maps from object values to double values.
ObjectKeyDoubleOpenHashMap This class represents open addressing hash table based maps from object values to double values.
ObjectKeyFloatChainedHashMap This class represents chained hash table based maps from object values to float values.
ObjectKeyFloatOpenHashMap This class represents open addressing hash table based maps from object values to float values.
ObjectKeyIntChainedHashMap This class represents chained hash table based maps from object values to int values.
ObjectKeyIntOpenHashMap This class represents open addressing hash table based maps from object values to int values.
ObjectKeyLongChainedHashMap This class represents chained hash table based maps from object values to long values.
ObjectKeyLongOpenHashMap This class represents open addressing hash table based maps from object values to long values.
ObjectKeyShortChainedHashMap This class represents chained hash table based maps from object values to short values.
ObjectKeyShortOpenHashMap This class represents open addressing hash table based maps from object values to short values.
ShortKeyBooleanChainedHashMap This class represents chained hash table based maps from short values to boolean values.
ShortKeyBooleanOpenHashMap This class represents open addressing hash table based maps from short values to boolean values.
ShortKeyByteChainedHashMap This class represents chained hash table based maps from short values to byte values.
ShortKeyByteOpenHashMap This class represents open addressing hash table based maps from short values to byte values.
ShortKeyChainedHashMap This class represents chained hash table based maps from short values to objects.
ShortKeyCharChainedHashMap This class represents chained hash table based maps from short values to char values.
ShortKeyCharOpenHashMap This class represents open addressing hash table based maps from short values to char values.
ShortKeyDoubleChainedHashMap This class represents chained hash table based maps from short values to double values.
ShortKeyDoubleOpenHashMap This class represents open addressing hash table based maps from short values to double values.
ShortKeyFloatChainedHashMap This class represents chained hash table based maps from short values to float values.
ShortKeyFloatOpenHashMap This class represents open addressing hash table based maps from short values to float values.
ShortKeyIntChainedHashMap This class represents chained hash table based maps from short values to int values.
ShortKeyIntOpenHashMap This class represents open addressing hash table based maps from short values to int values.
ShortKeyLongChainedHashMap This class represents chained hash table based maps from short values to long values.
ShortKeyLongOpenHashMap This class represents open addressing hash table based maps from short values to long values.
ShortKeyOpenHashMap This class represents open addressing hash table based maps from short values to objects.
ShortKeyShortChainedHashMap This class represents chained hash table based maps from short values to short values.
ShortKeyShortOpenHashMap This class represents open addressing hash table based maps from short values to short values.
 

Exception Summary
NoSuchMappingException Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.
 

Package bak.pcj.map Description

Provides primitive map classes.


PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo