I am wondering how large an javafx.beans.property.IntegerProperty
are? It could also be useful to know how large a javafx.beans.property.BooleanProperty
and javafx.beans.property.StringProperty
are...
How much larger is a StringProperty[] array
than a String[] array
with an element each in them?