0
I had a question some 5 hours ago about the Vector API, and I'd like to get an answer before I move on from this app, if you could help 😊..
Tags included Java, API, Vector and Elements.
5 Antworten
+ 5
You should link you question, to this post.
+ 5
tap insert as you post a new question or comment.
+ 4
the elements of the vector are what you put inside the brackets. example Vector <Integer> vector
the elements for that vector are of type integer.
also note that you should use ArrayList and not Vector. they are pretty much the same except Vector is no longer used
+ 1
I'd love to, but I don't know how to on mobile...
+ 1
Oh, I got this all wrong then, I though it was an API for creating vectorial images...