bak.pcj.adapter |
Package description: bak.pcj.adapter
Provides adapters between primitive collection classes and Java Collections Framework classes.
Factory methods for the classes of this package can be found in
bak.pcj.Adapter.
|
Java Source File Name | Type | Comment |
BooleanCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
boolean values to Java Collections Framework collections. |
BooleanIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
boolean values to Java Collections Framework iterators. |
BooleanKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to boolean values to Java Collections
Framework maps. |
BooleanKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to byte values to Java Collections
Framework maps. |
BooleanKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to char values to Java Collections
Framework maps. |
BooleanKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to double values to Java Collections
Framework maps. |
BooleanKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to float values to Java Collections
Framework maps. |
BooleanKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to int values to Java Collections
Framework maps. |
BooleanKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to long values to Java Collections
Framework maps. |
BooleanKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to objects to Java Collections
Framework maps. |
BooleanKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
boolean values to short values to Java Collections
Framework maps. |
BooleanListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
boolean values to Java Collections Framework list iterators. |
BooleanListToListAdapter.java | Class | This class represents adapters of boolean lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
BooleanSetToSetAdapter.java | Class | This class represents adapters of boolean sets to Java Collections
Framework sets. |
BooleanSortedSetToSortedSetAdapter.java | Class | This class represents adapters of boolean sets to Java Collections
Framework sets. |
ByteCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
byte values to Java Collections Framework collections. |
ByteIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
byte values to Java Collections Framework iterators. |
ByteKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to boolean values to Java Collections
Framework maps. |
ByteKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to byte values to Java Collections
Framework maps. |
ByteKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to char values to Java Collections
Framework maps. |
ByteKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to double values to Java Collections
Framework maps. |
ByteKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to float values to Java Collections
Framework maps. |
ByteKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to int values to Java Collections
Framework maps. |
ByteKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to long values to Java Collections
Framework maps. |
ByteKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to objects to Java Collections
Framework maps. |
ByteKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
byte values to short values to Java Collections
Framework maps. |
ByteListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
byte values to Java Collections Framework list iterators. |
ByteListToListAdapter.java | Class | This class represents adapters of byte lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
ByteSetToSetAdapter.java | Class | This class represents adapters of byte sets to Java Collections
Framework sets. |
ByteSortedSetToSortedSetAdapter.java | Class | This class represents adapters of byte sets to Java Collections
Framework sets. |
CharCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
char values to Java Collections Framework collections. |
CharIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
char values to Java Collections Framework iterators. |
CharKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to boolean values to Java Collections
Framework maps. |
CharKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to byte values to Java Collections
Framework maps. |
CharKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to char values to Java Collections
Framework maps. |
CharKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to double values to Java Collections
Framework maps. |
CharKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to float values to Java Collections
Framework maps. |
CharKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to int values to Java Collections
Framework maps. |
CharKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to long values to Java Collections
Framework maps. |
CharKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to objects to Java Collections
Framework maps. |
CharKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
char values to short values to Java Collections
Framework maps. |
CharListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
char values to Java Collections Framework list iterators. |
CharListToListAdapter.java | Class | This class represents adapters of char lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
CharSetToSetAdapter.java | Class | This class represents adapters of char sets to Java Collections
Framework sets. |
CharSortedSetToSortedSetAdapter.java | Class | This class represents adapters of char sets to Java Collections
Framework sets. |
CollectionToBooleanCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of boolean values.
The adapter is implemented as a wrapper around the collection. |
CollectionToByteCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of byte values.
The adapter is implemented as a wrapper around the collection. |
CollectionToCharCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of char values.
The adapter is implemented as a wrapper around the collection. |
CollectionToDoubleCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of double values.
The adapter is implemented as a wrapper around the collection. |
CollectionToFloatCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of float values.
The adapter is implemented as a wrapper around the collection. |
CollectionToIntCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of int values.
The adapter is implemented as a wrapper around the collection. |
CollectionToLongCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of long values.
The adapter is implemented as a wrapper around the collection. |
CollectionToShortCollectionAdapter.java | Class | This class represents adaptions of Java Collections Framework
collections to primitive collections of short values.
The adapter is implemented as a wrapper around the collection. |
DoubleCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
double values to Java Collections Framework collections. |
DoubleIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
double values to Java Collections Framework iterators. |
DoubleKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to boolean values to Java Collections
Framework maps. |
DoubleKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to byte values to Java Collections
Framework maps. |
DoubleKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to char values to Java Collections
Framework maps. |
DoubleKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to double values to Java Collections
Framework maps. |
DoubleKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to float values to Java Collections
Framework maps. |
DoubleKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to int values to Java Collections
Framework maps. |
DoubleKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to long values to Java Collections
Framework maps. |
DoubleKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to objects to Java Collections
Framework maps. |
DoubleKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
double values to short values to Java Collections
Framework maps. |
DoubleListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
double values to Java Collections Framework list iterators. |
DoubleListToListAdapter.java | Class | This class represents adapters of double lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
DoubleSetToSetAdapter.java | Class | This class represents adapters of double sets to Java Collections
Framework sets. |
DoubleSortedSetToSortedSetAdapter.java | Class | This class represents adapters of double sets to Java Collections
Framework sets. |
FloatCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
float values to Java Collections Framework collections. |
FloatIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
float values to Java Collections Framework iterators. |
FloatKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to boolean values to Java Collections
Framework maps. |
FloatKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to byte values to Java Collections
Framework maps. |
FloatKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to char values to Java Collections
Framework maps. |
FloatKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to double values to Java Collections
Framework maps. |
FloatKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to float values to Java Collections
Framework maps. |
FloatKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to int values to Java Collections
Framework maps. |
FloatKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to long values to Java Collections
Framework maps. |
FloatKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to objects to Java Collections
Framework maps. |
FloatKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
float values to short values to Java Collections
Framework maps. |
FloatListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
float values to Java Collections Framework list iterators. |
FloatListToListAdapter.java | Class | This class represents adapters of float lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
FloatSetToSetAdapter.java | Class | This class represents adapters of float sets to Java Collections
Framework sets. |
FloatSortedSetToSortedSetAdapter.java | Class | This class represents adapters of float sets to Java Collections
Framework sets. |
IntCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
int values to Java Collections Framework collections. |
IntIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
int values to Java Collections Framework iterators. |
IntKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to boolean values to Java Collections
Framework maps. |
IntKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to byte values to Java Collections
Framework maps. |
IntKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to char values to Java Collections
Framework maps. |
IntKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to double values to Java Collections
Framework maps. |
IntKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to float values to Java Collections
Framework maps. |
IntKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to int values to Java Collections
Framework maps. |
IntKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to long values to Java Collections
Framework maps. |
IntKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to objects to Java Collections
Framework maps. |
IntKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
int values to short values to Java Collections
Framework maps. |
IntListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
int values to Java Collections Framework list iterators. |
IntListToListAdapter.java | Class | This class represents adapters of int lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
IntSetToSetAdapter.java | Class | This class represents adapters of int sets to Java Collections
Framework sets. |
IntSortedSetToSortedSetAdapter.java | Class | This class represents adapters of int sets to Java Collections
Framework sets. |
IteratorToBooleanIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over boolean values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToByteIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over byte values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToCharIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over char values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToDoubleIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over double values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToFloatIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over float values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToIntIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over int values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToLongIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over long values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
IteratorToShortIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
iterators to primitive iterators over short values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToBooleanListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over boolean values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToByteListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over byte values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToCharListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over char values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToDoubleListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over double values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToFloatListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over float values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToIntListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over int values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToLongListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over long values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListIteratorToShortListIteratorAdapter.java | Class | This class represents adaptions of Java Collections Framework
list iterators to primitive list iterators over short values.
Adapters from JCF collections to primitive collections will
fail if the JCF collection contains null values or
values of the wrong class. |
ListToBooleanListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of boolean values.
The adapter is implemented as a wrapper around the list. |
ListToByteListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of byte values.
The adapter is implemented as a wrapper around the list. |
ListToCharListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of char values.
The adapter is implemented as a wrapper around the list. |
ListToDoubleListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of double values.
The adapter is implemented as a wrapper around the list. |
ListToFloatListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of float values.
The adapter is implemented as a wrapper around the list. |
ListToIntListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of int values.
The adapter is implemented as a wrapper around the list. |
ListToLongListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of long values.
The adapter is implemented as a wrapper around the list. |
ListToShortListAdapter.java | Class | This class represents adaptions of Java Collections Framework
lists to primitive lists of short values.
The adapter is implemented as a wrapper around the list. |
LongCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
long values to Java Collections Framework collections. |
LongIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
long values to Java Collections Framework iterators. |
LongKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to boolean values to Java Collections
Framework maps. |
LongKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to byte values to Java Collections
Framework maps. |
LongKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to char values to Java Collections
Framework maps. |
LongKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to double values to Java Collections
Framework maps. |
LongKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to float values to Java Collections
Framework maps. |
LongKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to int values to Java Collections
Framework maps. |
LongKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to long values to Java Collections
Framework maps. |
LongKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to objects to Java Collections
Framework maps. |
LongKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
long values to short values to Java Collections
Framework maps. |
LongListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
long values to Java Collections Framework list iterators. |
LongListToListAdapter.java | Class | This class represents adapters of long lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
LongSetToSetAdapter.java | Class | This class represents adapters of long sets to Java Collections
Framework sets. |
LongSortedSetToSortedSetAdapter.java | Class | This class represents adapters of long sets to Java Collections
Framework sets. |
MapToBooleanKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to char values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to double values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to float values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to int values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to long values.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to objects.
The adapter is implemented as a wrapper around the map. |
MapToBooleanKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from boolean values to short values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to char values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to double values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to float values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to int values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to long values.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to objects.
The adapter is implemented as a wrapper around the map. |
MapToByteKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from byte values to short values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to char values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to double values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to float values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to int values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to long values.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to objects.
The adapter is implemented as a wrapper around the map. |
MapToCharKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from char values to short values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to char values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to double values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to float values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to int values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to long values.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to objects.
The adapter is implemented as a wrapper around the map. |
MapToDoubleKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from double values to short values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to char values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to double values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to float values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to int values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to long values.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to objects.
The adapter is implemented as a wrapper around the map. |
MapToFloatKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from float values to short values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to char values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to double values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to float values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to int values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to long values.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to objects.
The adapter is implemented as a wrapper around the map. |
MapToIntKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from int values to short values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to char values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to double values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to float values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to int values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to long values.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to objects.
The adapter is implemented as a wrapper around the map. |
MapToLongKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from long values to short values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to char values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to double values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to float values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to int values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to long values.
The adapter is implemented as a wrapper around the map. |
MapToObjectKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from object values to short values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyBooleanMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to boolean values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyByteMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to byte values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyCharMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to char values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyDoubleMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to double values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyFloatMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to float values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyIntMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to int values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyLongMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to long values.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to objects.
The adapter is implemented as a wrapper around the map. |
MapToShortKeyShortMapAdapter.java | Class | This class represents adaptions of Java Collections Framework
maps to primitive maps from short values to short values.
The adapter is implemented as a wrapper around the map. |
ObjectKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
ObjectKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
object values to values to Java Collections
Framework maps. |
SetToBooleanSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of boolean values.
The adapter is implemented as a wrapper around the set. |
SetToByteSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of byte values.
The adapter is implemented as a wrapper around the set. |
SetToCharSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of char values.
The adapter is implemented as a wrapper around the set. |
SetToDoubleSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of double values.
The adapter is implemented as a wrapper around the set. |
SetToFloatSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of float values.
The adapter is implemented as a wrapper around the set. |
SetToIntSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of int values.
The adapter is implemented as a wrapper around the set. |
SetToLongSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of long values.
The adapter is implemented as a wrapper around the set. |
SetToShortSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of short values.
The adapter is implemented as a wrapper around the set. |
ShortCollectionToCollectionAdapter.java | Class | This class represents adaptions of primitive collections of
short values to Java Collections Framework collections. |
ShortIteratorToIteratorAdapter.java | Class | This class represents adaptions of primitive iterators over
short values to Java Collections Framework iterators. |
ShortKeyBooleanMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to boolean values to Java Collections
Framework maps. |
ShortKeyByteMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to byte values to Java Collections
Framework maps. |
ShortKeyCharMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to char values to Java Collections
Framework maps. |
ShortKeyDoubleMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to double values to Java Collections
Framework maps. |
ShortKeyFloatMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to float values to Java Collections
Framework maps. |
ShortKeyIntMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to int values to Java Collections
Framework maps. |
ShortKeyLongMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to long values to Java Collections
Framework maps. |
ShortKeyMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to objects to Java Collections
Framework maps. |
ShortKeyShortMapToMapAdapter.java | Class | This class represents adapters of primitive maps from
short values to short values to Java Collections
Framework maps. |
ShortListIteratorToListIteratorAdapter.java | Class | This class represents adaptions of primitive list iterators over
short values to Java Collections Framework list iterators. |
ShortListToListAdapter.java | Class | This class represents adapters of short lists to Java Collection Framework lists.
The adapter is implemented as a wrapper around a primitive list. |
ShortSetToSetAdapter.java | Class | This class represents adapters of short sets to Java Collections
Framework sets. |
ShortSortedSetToSortedSetAdapter.java | Class | This class represents adapters of short sets to Java Collections
Framework sets. |
SortedSetToBooleanSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of boolean values.
The adapter is implemented as a wrapper around the set. |
SortedSetToByteSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of byte values.
The adapter is implemented as a wrapper around the set. |
SortedSetToCharSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of char values.
The adapter is implemented as a wrapper around the set. |
SortedSetToDoubleSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of double values.
The adapter is implemented as a wrapper around the set. |
SortedSetToFloatSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of float values.
The adapter is implemented as a wrapper around the set. |
SortedSetToIntSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of int values.
The adapter is implemented as a wrapper around the set. |
SortedSetToLongSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of long values.
The adapter is implemented as a wrapper around the set. |
SortedSetToShortSortedSetAdapter.java | Class | This class represents adaptions of Java Collections Framework
sets to primitive sets of short values.
The adapter is implemented as a wrapper around the set. |