Paketname | libjtype-java |
Beschreibung | Helper library for the Java 5 Type |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1.1-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | |
Paketgröße | 26610 Byte |
Prüfsumme MD5 | dc3b473d4cddb1a45dad0c5f7539b427 |
Prüfsumme SHA1 | 49c8bd53df10c75cf781807d95ae4f8396a6bed9 |
Prüfsumme SHA256 | c6b19a548c618e44b410fcd736c3c94c450d74e3cd972166c4a63c7fbe61bbe0 |
Link zum Herunterladen | libjtype-java_0.1.1-1_all.deb |
Ausführliche Beschreibung | Java 5 introduced a richer type system for generics with Type and its various
subtypes, but lacks any easy way to perform common operations on these types.
JType aims to fill this gap.
.
Features:
- A factory to easily create implementations of the various type interfaces.
- Methods to compare and manipulate type instances, such as checking whether
a type is a subtype of another.
- A generic type literal that provides an equivalent of class literals for
types.
|