Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libtiger-types-java
Type arithmetic library for java5
http://java.net/projects/tiger-types
0
no reviews
Install
This library provides functions that perform type arithemtic over the type system of java5. for example, you can compute that list
is a sub-type of collection
but not collection
, you can compute the erasure of java.lang.reflect.type, or you can determine the array component type t from a[t]