Notice
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 |
Tags
- Eureka
- 추상클래스
- reference
- Hashtable
- concreteclass
- constantnumber
- 객체형변환
- arguments
- garbagecollection
- eclipse
- object
- abstractclass
- override
- class
- string
- run()
- methodArea
- fuction
- start()
- hashCode
- Vector
- MSA
- ALTER
- value
- 콘크리트클래스
- super
- overload
- 생성자
- hamobee
- Polymorphism
Archives
- Today
- Total
목록HashMap (1)
뇌운동일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/v5fpj/btqCU7XdACN/KQeOG2JVpXGWKghRrS0Vck/img.jpg)
Hashtable - 객체를 저장 - 순서가 없다 - 복사하면 casting - 캐스팅하지 않으려면 generic 이용 - put(k,v) - get(k) - 찾는 key가 없으면 null Properties - hashtable을 상속받음 - key, value 모두 문자열 - 속성값을 저장시 많이 사용 hash 빠르게 찾는 hash algorithm : 나머지를 이용 Hashtable : thread safe 지원 HashMap : thread safe 지원하지 않음
JAVA
2020. 3. 26. 13:10