java Programming Glossary: genset
How to: generic array creation http://stackoverflow.com/questions/529085/how-to-generic-array-creation Java generics you can't have code like this public class GenSet E private E a public GenSet a new E INITIAL_ARRAY_LENGTH error.. code like this public class GenSet E private E a public GenSet a new E INITIAL_ARRAY_LENGTH error generic array creation How.. this question I have to ask a question in return is your GenSet checked or unchecked What does that mean checked strong typing..
|