I just made a Java n-tuple which is type-safe. I\'m using some unconventional methods to achieve type-safety (I just made it for fun).
Can someone can give some
You should look at .NET's Tuple's implementation. They are compile time type-safe.