Method
getKey
()
Source from the content-addressed store, hash-verified
| 41 | |
| 42 | public interface Entry<K, V> { |
| 43 | public K getKey(); |
| 44 | |
| 45 | public V getValue(); |
| 46 | |
Implementers 3
MyEntryclasspath/java/util/TreeMap.java MyCellclasspath/java/util/HashMap.java MyEntryclasspath/java/util/concurrent/Concurr