bak.pcj.adapter

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » PCJ » bak.pcj.adapter 
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 NameTypeComment
BooleanCollectionToCollectionAdapter.javaClass This class represents adaptions of primitive collections of boolean values to Java Collections Framework collections.
BooleanIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over boolean values to Java Collections Framework iterators.
BooleanKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to boolean values to Java Collections Framework maps.
BooleanKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to byte values to Java Collections Framework maps.
BooleanKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to char values to Java Collections Framework maps.
BooleanKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to double values to Java Collections Framework maps.
BooleanKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to float values to Java Collections Framework maps.
BooleanKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to int values to Java Collections Framework maps.
BooleanKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to long values to Java Collections Framework maps.
BooleanKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to objects to Java Collections Framework maps.
BooleanKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from boolean values to short values to Java Collections Framework maps.
BooleanListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over boolean values to Java Collections Framework list iterators.
BooleanListToListAdapter.javaClass This class represents adapters of boolean lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
BooleanSetToSetAdapter.javaClass This class represents adapters of boolean sets to Java Collections Framework sets.
BooleanSortedSetToSortedSetAdapter.javaClass This class represents adapters of boolean sets to Java Collections Framework sets.
ByteCollectionToCollectionAdapter.javaClass This class represents adaptions of primitive collections of byte values to Java Collections Framework collections.
ByteIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over byte values to Java Collections Framework iterators.
ByteKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to boolean values to Java Collections Framework maps.
ByteKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to byte values to Java Collections Framework maps.
ByteKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to char values to Java Collections Framework maps.
ByteKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to double values to Java Collections Framework maps.
ByteKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to float values to Java Collections Framework maps.
ByteKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to int values to Java Collections Framework maps.
ByteKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to long values to Java Collections Framework maps.
ByteKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to objects to Java Collections Framework maps.
ByteKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from byte values to short values to Java Collections Framework maps.
ByteListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over byte values to Java Collections Framework list iterators.
ByteListToListAdapter.javaClass This class represents adapters of byte lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
ByteSetToSetAdapter.javaClass This class represents adapters of byte sets to Java Collections Framework sets.
ByteSortedSetToSortedSetAdapter.javaClass This class represents adapters of byte sets to Java Collections Framework sets.
CharCollectionToCollectionAdapter.javaClass This class represents adaptions of primitive collections of char values to Java Collections Framework collections.
CharIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over char values to Java Collections Framework iterators.
CharKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to boolean values to Java Collections Framework maps.
CharKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to byte values to Java Collections Framework maps.
CharKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to char values to Java Collections Framework maps.
CharKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to double values to Java Collections Framework maps.
CharKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to float values to Java Collections Framework maps.
CharKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to int values to Java Collections Framework maps.
CharKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to long values to Java Collections Framework maps.
CharKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to objects to Java Collections Framework maps.
CharKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from char values to short values to Java Collections Framework maps.
CharListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over char values to Java Collections Framework list iterators.
CharListToListAdapter.javaClass This class represents adapters of char lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
CharSetToSetAdapter.javaClass This class represents adapters of char sets to Java Collections Framework sets.
CharSortedSetToSortedSetAdapter.javaClass This class represents adapters of char sets to Java Collections Framework sets.
CollectionToBooleanCollectionAdapter.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass This class represents adaptions of primitive collections of double values to Java Collections Framework collections.
DoubleIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over double values to Java Collections Framework iterators.
DoubleKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to boolean values to Java Collections Framework maps.
DoubleKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to byte values to Java Collections Framework maps.
DoubleKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to char values to Java Collections Framework maps.
DoubleKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to double values to Java Collections Framework maps.
DoubleKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to float values to Java Collections Framework maps.
DoubleKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to int values to Java Collections Framework maps.
DoubleKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to long values to Java Collections Framework maps.
DoubleKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to objects to Java Collections Framework maps.
DoubleKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from double values to short values to Java Collections Framework maps.
DoubleListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over double values to Java Collections Framework list iterators.
DoubleListToListAdapter.javaClass This class represents adapters of double lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
DoubleSetToSetAdapter.javaClass This class represents adapters of double sets to Java Collections Framework sets.
DoubleSortedSetToSortedSetAdapter.javaClass This class represents adapters of double sets to Java Collections Framework sets.
FloatCollectionToCollectionAdapter.javaClass This class represents adaptions of primitive collections of float values to Java Collections Framework collections.
FloatIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over float values to Java Collections Framework iterators.
FloatKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to boolean values to Java Collections Framework maps.
FloatKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to byte values to Java Collections Framework maps.
FloatKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to char values to Java Collections Framework maps.
FloatKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to double values to Java Collections Framework maps.
FloatKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to float values to Java Collections Framework maps.
FloatKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to int values to Java Collections Framework maps.
FloatKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to long values to Java Collections Framework maps.
FloatKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to objects to Java Collections Framework maps.
FloatKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from float values to short values to Java Collections Framework maps.
FloatListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over float values to Java Collections Framework list iterators.
FloatListToListAdapter.javaClass This class represents adapters of float lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
FloatSetToSetAdapter.javaClass This class represents adapters of float sets to Java Collections Framework sets.
FloatSortedSetToSortedSetAdapter.javaClass This class represents adapters of float sets to Java Collections Framework sets.
IntCollectionToCollectionAdapter.javaClass This class represents adaptions of primitive collections of int values to Java Collections Framework collections.
IntIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over int values to Java Collections Framework iterators.
IntKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to boolean values to Java Collections Framework maps.
IntKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to byte values to Java Collections Framework maps.
IntKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to char values to Java Collections Framework maps.
IntKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to double values to Java Collections Framework maps.
IntKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to float values to Java Collections Framework maps.
IntKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to int values to Java Collections Framework maps.
IntKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to long values to Java Collections Framework maps.
IntKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to objects to Java Collections Framework maps.
IntKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from int values to short values to Java Collections Framework maps.
IntListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over int values to Java Collections Framework list iterators.
IntListToListAdapter.javaClass This class represents adapters of int lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
IntSetToSetAdapter.javaClass This class represents adapters of int sets to Java Collections Framework sets.
IntSortedSetToSortedSetAdapter.javaClass This class represents adapters of int sets to Java Collections Framework sets.
IteratorToBooleanIteratorAdapter.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass This class represents adaptions of primitive collections of long values to Java Collections Framework collections.
LongIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over long values to Java Collections Framework iterators.
LongKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to boolean values to Java Collections Framework maps.
LongKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to byte values to Java Collections Framework maps.
LongKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to char values to Java Collections Framework maps.
LongKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to double values to Java Collections Framework maps.
LongKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to float values to Java Collections Framework maps.
LongKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to int values to Java Collections Framework maps.
LongKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to long values to Java Collections Framework maps.
LongKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to objects to Java Collections Framework maps.
LongKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from long values to short values to Java Collections Framework maps.
LongListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over long values to Java Collections Framework list iterators.
LongListToListAdapter.javaClass This class represents adapters of long lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
LongSetToSetAdapter.javaClass This class represents adapters of long sets to Java Collections Framework sets.
LongSortedSetToSortedSetAdapter.javaClass This class represents adapters of long sets to Java Collections Framework sets.
MapToBooleanKeyBooleanMapAdapter.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
ObjectKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from object values to values to Java Collections Framework maps.
SetToBooleanSetAdapter.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass This class represents adaptions of primitive collections of short values to Java Collections Framework collections.
ShortIteratorToIteratorAdapter.javaClass This class represents adaptions of primitive iterators over short values to Java Collections Framework iterators.
ShortKeyBooleanMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to boolean values to Java Collections Framework maps.
ShortKeyByteMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to byte values to Java Collections Framework maps.
ShortKeyCharMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to char values to Java Collections Framework maps.
ShortKeyDoubleMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to double values to Java Collections Framework maps.
ShortKeyFloatMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to float values to Java Collections Framework maps.
ShortKeyIntMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to int values to Java Collections Framework maps.
ShortKeyLongMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to long values to Java Collections Framework maps.
ShortKeyMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to objects to Java Collections Framework maps.
ShortKeyShortMapToMapAdapter.javaClass This class represents adapters of primitive maps from short values to short values to Java Collections Framework maps.
ShortListIteratorToListIteratorAdapter.javaClass This class represents adaptions of primitive list iterators over short values to Java Collections Framework list iterators.
ShortListToListAdapter.javaClass This class represents adapters of short lists to Java Collection Framework lists. The adapter is implemented as a wrapper around a primitive list.
ShortSetToSetAdapter.javaClass This class represents adapters of short sets to Java Collections Framework sets.
ShortSortedSetToSortedSetAdapter.javaClass This class represents adapters of short sets to Java Collections Framework sets.
SortedSetToBooleanSortedSetAdapter.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.javaClass 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.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.