()
| 553 | /// |
| 554 | /// - #size |
| 555 | @Override |
| 556 | public synchronized boolean isEmpty() { |
| 557 | return elementCount == 0; |
| 558 | } |
| 559 | |
| 560 | /// Returns an enumeration on the keys of this `Hashtable` instance. |
| 561 | /// The results of the enumeration may be affected if the contents of this |