java_visualize icon indicating copy to clipboard operation
java_visualize copied to clipboard

Add support for ArrayList, LinkedList, and ArrayDeque

Open ttelang opened this issue 3 years ago • 0 comments

The Java Visualizer cannot show the content of the following collection types.

java.util.LinkedList instance java.util.ArrayList instance java.util.ArrayDeque instance

The values contained in the instance of these LinkedList classes are not shown.

ttelang avatar Oct 25 '22 06:10 ttelang