Method | Explain |
boolean equals(Object o) | 동일한 Entry인지 비교 |
Object getKey() | Entry의 key 객체를 반환 |
Object getValue() | Entry의 value 객체를 반환 |
int hashCode() | Entry의 Hash Code를 반환 |
Object setValue(Object value) | Entry의 Value 객체를 지정된 객체로 변경 |
'Java > Method' 카테고리의 다른 글
LinkedList (0) | 2015.08.19 |
---|---|
Vector & ArrayList (0) | 2015.08.19 |
Map Interface (0) | 2015.08.19 |
List Interface (0) | 2015.08.19 |
Collection Interface (0) | 2015.08.19 |