일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Kuala Lumpur
- MySQL
- program
- django
- Spain
- essay
- Programming
- erlang
- Book
- agile
- programming_book
- hbase
- RFID
- ubuntu
- France
- Italy
- Linux
- Malaysia
- Java
- psychology
- Book review
- hadoop
- comic agile
- QT
- leadership
- Software Engineering
- management
- web
- history
- Python
- Today
- Total
목록predicate (2)
2011/04/26 - [Programming/Java] - Do not use loops for list operations // item 3 from http://codemonkeyism.com/generation-java-programming-style // http://code.google.com/p/google-collections // http://blogs.warwick.ac.uk/chrismay/entry/writing_functional_java // http://codemunchies.com/2009/11/functional-java-filtering-and-ordering-with-google-collections-part-3 // http://stackoverflow.com/ques..
//item 3 from http://codemonkeyism.com/generation-java-programming-style //http://code.google.com/p/google-collections //http://blogs.warwick.ac.uk/chrismay/entry/writing_functional_java //http://codemunchies.com/2009/11/functional-java-filtering-and-ordering-with-google-collections-part-3 //http://stackoverflow.com/questions/2312849/filter-and-sort-list-using-google-collections import java.util..