emptyHashTable

inline fun <K, V> emptyHashTable(): Hashtable<K, V>

Return an empty new Hashtable.

Since

1.1.0