[ Bron: libjtype-java ]
Pakket: libjtype-java (0.1.3-4)
Verwijzigingen voor libjtype-java
Debian bronnen:
Het bronpakket libjtype-java downloaden:
Beheerders:
- Debian Java Maintainers (QA-pagina, Mailarchief)
- Torsten Werner (QA-pagina)
- Emmanuel Bourg (QA-pagina)
Externe bronnen:
- Homepage [jtype.googlecode.com]
Vergelijkbare pakketten:
Helper library for the Java 5 Type
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.