Java Generics and Collections Naftalin Maurice
Java Generics and Collections Naftalin Maurice This comprehensive guide shows you how to master the most importantchanges to Java since it was first released. But they have also confused many…
Specifikacia Java Generics and Collections Naftalin Maurice
Java Generics and Collections Naftalin Maurice
This comprehensive guide shows you how to master the most importantchanges to Java since it was first released. But they have also confused many developers whohaven't known how to take advantage of these new features.Java Generics and Collections covers everything from the mostbasic uses of generics to the strangest corner cases. Generics and the greatlyexpanded collection libraries have tremendously increased the power ofJava 5 and Java 6.
It teaches youeverything you need to know about the collections libraries, so you'llalways know which collection is appropriate for any given task, andhow to use it.Topics covered include:Fundamentals of generics: type parameters and generic methodsOther new features: boxing and unboxing, foreach loops, varargsSubtyping and wildcardsEvolution not revolution: generic libraries with legacy