Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Daisy Brown   on Oct 13 In Java Category.

  
Question Answered By: Eileen Carr   on Oct 13

Of cource you can insert  your class' objects.
You should cast the object to its type  to be
able to access that class' methods and so on.

((YOURCLASSNAME)id.elementAt(i)).myMethod();

Share: