We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298bb57 commit 39fd618Copy full SHA for 39fd618
test/axioms/benchmarks/HashMap2/HashTable.java
@@ -1,7 +1,7 @@
1
package Interfaing;
2
3
public interface HashTable<K, V> {
4
- // put keyvalue pair into the table
+ // put keyvalue pair into the table
5
public void put(K key, V value);
6
7
// get value paired with key, return null if
0 commit comments