Heap Completed
This commit is contained in:
@@ -28,7 +28,7 @@ public class MyEntry<K,V> implements Entry<K,V> {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return ("" + key + " - " + value);
|
||||
return ("(" + key + " - " + value + ")");
|
||||
}
|
||||
|
||||
private K key;
|
||||
|
||||
Reference in New Issue
Block a user