You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the local port forwarding's parameter type as a HashMap's key. Since the type (currently) does not contain the "Java boilerplate" #hashCode #equals, and #toString, it cannot be used as an according key.
The solution is quite simple -- I will offer such methods as a merge request.
The text was updated successfully, but these errors were encountered:
I'd like to use the local port forwarding's parameter type as a HashMap's key. Since the type (currently) does not contain the "Java boilerplate" #hashCode #equals, and #toString, it cannot be used as an according key.
The solution is quite simple -- I will offer such methods as a merge request.
The text was updated successfully, but these errors were encountered: