Tag Archives: generics

Java: Generic Types

Before Java 5, it was not possible to tell to a collection (like a List, a Map or a Set) only to accept objects of a certain type. This kind of collection can hold anything that is not a primitive … Continue reading

Posted in Java | Tagged , | Leave a comment