Get the number of entries in the map. This returns the entry count for the overrides map only. @return entry count
()
| 543 | * @return entry count |
| 544 | */ |
| 545 | @Override |
| 546 | public int size() { |
| 547 | return keySet().size(); |
| 548 | } |
| 549 | |
| 550 | /** |
| 551 | * Get the values. This returns only the values in the overrides map. |