java_visualize icon indicating copy to clipboard operation
java_visualize copied to clipboard

Add support for visualizing HashSet and TreeSet

Open ttelang opened this issue 3 years ago • 0 comments

The Java Visualizer is unable to show the content of the following collection types.

  • java.util.TreeSet instance
  • java.util.HashSet instance

As you can see in the attached image values contained in the instance of java.util.HashSet class is not shown.

Java Visualizer Set support

ttelang avatar Oct 24 '22 07:10 ttelang