aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes add() and addElement() of Vector Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "add() and addElement() of Vector" Watch "add() and addElement() of Vector" New topic
Author

add() and addElement() of Vector

selvi family
Ranch Hand

Joined: Nov 26, 2004
Posts: 39
Hi,

What is the difference between add() and addElement() method of Vector class?


selvi
[ December 08, 2004: Message edited by: selvi family ]
Ben Wood
Ranch Hand

Joined: Aug 14, 2001
Posts: 342
This method is identical in functionality to the add(Object) method (which is part of the List interface).


...from the API documentation for the addElement() method


SCJP 1.4, www.gsi3d.org.uk
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: add() and addElement() of Vector
 
Similar Threads
vector calss
add(Object o) and addElement(Object o) ?
Vector initialization
Very simple Vector question
addElement() vs. add()