Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- agile
- France
- programming_book
- django
- Kuala Lumpur
- Italy
- Programming
- UK
- hadoop
- Book review
- Malaysia
- Linux
- RFID
- management
- web
- leadership
- erlang
- QT
- Book
- program
- psychology
- hbase
- Python
- Spain
- history
- Java
- ubuntu
- comic agile
- MySQL
- Software Engineering
Archives
- Today
- Total
목록Comparator (2)
TreeSet, TreeMap comparator
http://blog.naver.com/PostView.nhn?blogId=kimhw9999&logNo=90063726507&viewDate=¤tPage=1&listtype=0 import java.util.*; public class TestSortSetAndMap { public static void main(final String[] args) { System.out.println("==========\tset sorting by value"); Setset=new HashSet(); set.add(new String("김삿갓")); set.add(new String("홍길동")); set.add(new String("춘향이")); set.add(new String("이도령")); set..
Programming/Java
2011. 4. 6. 03:47
TreeMap comparator
import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.TreeMap; //http://iilii.egloos.com/4537561 public class TestTreeMapComparator { public static void main(String[] args) { Map>String, IntegerString, IntegerString, IntegerString, IntegerString, IntegerString, IntegerString, In..
Programming/Java
2011. 4. 5. 06:55