书名:Java Generics and CollectionsSpeedUptheJavaDevelopmentProcess
作者:MauriceNaftalin/PhilipWadler
译者:
ISBN:9780596527754
出版社:O'ReillyMedia
出版时间:2006-10-24
格式:epub/mobi/azw3/pdf
页数:273
豆瓣评分: 8.2
书籍简介:
This comprehensive guide shows you how to master the most importantchanges to Java since it was first released. Generics and the greatlyexpanded collection libraries have tremendously increased the power ofJava 5 and Java 6. 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. 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 methods Other new features: boxing and unboxing, foreach loops, varargs Subtyping and wildcards Evolution not revolution: generic libraries with legacy clients andgeneric clients with legacy libraries Generics and reflection Design patterns for generics Sets, Queues, Lists, Maps, and their implementations Concurrent programming and thread safety with collections Performance implications of different collections Generics and the new collection libraries they inspired take Java to anew level. If you want to take your software development practice toa new level, this book is essential reading.
作者简介:
Philip Wadler is Professor of Theoretical Computer Science at theUniversity of Edinburgh, where his research focuses on the design ofprogramming languages. He is a co-designer of GJ, work thatbecame the basis for generics in Sun's Java 5.0.
Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system.
书友短评:
@ 阿男 看的原版,感觉很糟糕。第一:和Refactoring, TDD, and Clean Code相比,逻辑性还有例子实在太差。花了几天零散时间看完,权当是索引,需要在网上找资料深入研究一下,毕竟这两个方面很重要。第二:这本书已经很老了,很多内容已经有误导的嫌疑。第三:全书多处拼写和格式错误,实在是不敢恭维(比如刚看完的p230 第二段结尾处的… reference to to the string) @ IdleMind 看的原版,感觉很糟糕。第一:和Refactoring, TDD, and Clean Code相比,逻辑性还有例子实在太差。花了几天零散时间看完,权当是索引,需要在网上找资料深入研究一下,毕竟这两个方面很重要。第二:这本书已经很老了,很多内容已经有误导的嫌疑。第三:全书多处拼写和格式错误,实在是不敢恭维(比如刚看完的p230 第二段结尾处的… reference to to the string) @ [已注销] 薄薄的一本,读起来很硬。 @ 0610 tasteful @ 布丁補丁 略冗 @ [已注销] 第一部分讲泛型基础以及注意事项,特别精彩。里面讲了泛型实现使用的Bridge方法,也有一部分篇幅用来讲怎么处理遗留代码。这部分也讲到了使用泛型时候的两个原则,以及什么是java中的具体类型什么不是,这个是原则的基础。第二部分从总体框架介绍了java的集合框架,以及常用的实现,最后都在基本操作上对不同实现进行了性能比较。值得一看。
添加微信公众号:好书天下获取
评论前必须登录!
注册