서브메뉴
검색
Java generics and collections : Maurice Naftalin and Philip Wadler.
Java generics and collections : Maurice Naftalin and Philip Wadler.
- 자료유형
- 양서단행본
- ISBN
- 9780596527754
- DDC
- 005.13/3-22
- 청구기호
- 005.133 N146j
- 저자명
- Naftalin, Maurice , 1951-
- 서명/저자
- Java generics and collections : Maurice Naftalin and Philip Wadler.
- 발행사항
- Beijing : O'Reilly, 2007.
- 형태사항
- ix, 266 p. : ill. ; 24 cm.
- 주기사항
- Includes index.
- 기타저자
- Wadler, Philip , 1956-
- 가격
- \36000
- Control Number
- bwcl:115565
- 책소개
-
Java Generics was probably the most important feature added to the Java Language for Java 5.0. This book, written by one of the designers of generics, is a thorough explanation of how to use generics, and particularly, the effect this facility has on the way you use collections.
Generics and collections allow for greater reuse of source code. While the benefits are great, it takes extra effort for developers to generify code. This book explains why the effort is well worth the gains and teache...