What does this package looking icon mean in this UML diagram?
05:08 22 Oct 2018

I got this diagram from NetBeans and I have no idea what the package looking icon and the tilde "~" at Tetrahedron(int a) mean:

screenshot of NetBeans UML diagram

Here's the diagram as text:

~ Tetrahedron(int a)
+ double area()
+ double getArea()
# double volume()
+ double getVolume()
+ String toString()
java uml