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
- abstractclass
- fuction
- 객체형변환
- methodArea
- 생성자
- reference
- overload
- string
- hamobee
- concreteclass
- override
- 콘크리트클래스
- start()
- constantnumber
- arguments
- class
- Vector
- MSA
- Polymorphism
- hashCode
- 추상클래스
- eclipse
- object
- garbagecollection
- Hashtable
- super
- ALTER
- run()
- value
- Eureka
Archives
- Today
- Total
목록Hashtable (1)
뇌운동일지
[JAVA23] Hashtable
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