Return end marker. Thread-safe for read-only hash tables.
| 958 | /// Return end marker. |
| 959 | /// Thread-safe for read-only hash tables. |
| 960 | Iterator End() { return Iterator(); } |
| 961 | |
| 962 | /// Dump out the entire hash table to string. If 'skip_empty', empty buckets are |
| 963 | /// skipped. If 'show_match', it also prints the matched flag of each node. If |
no test coverage detected