I\'m writing some special purpose data structures in Java, intended for use in the browser, (compiled to JavaScript with GWT).
I\'m trying to match the performance o
Does the use of java 1.5 generics and wildcards could avoid this ?