equal
deleted
inserted
replaced
79 } |
79 } |
80 else { |
80 else { |
81 this.map.remove(key); |
81 this.map.remove(key); |
82 } |
82 } |
83 } |
83 } |
|
84 |
|
85 /** |
|
86 * Removes all of the mappings from this cache. |
|
87 */ |
|
88 public void clear() { |
|
89 this.map.clear(); |
|
90 } |
84 } |
91 } |