Skip to content

Commit

Permalink
add map
Browse files Browse the repository at this point in the history
  • Loading branch information
conghuhu committed Sep 14, 2023
1 parent 0b12e96 commit f7fd090
Show file tree
Hide file tree
Showing 3 changed files with 833 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,10 +749,6 @@ public Entry getNext() {
return next;
}

public void setNext(Entry next) {
this.next = next;
}

@Override
public String toString() {
return this.key + "=" + this.value;
Expand Down
Loading

0 comments on commit f7fd090

Please sign in to comment.