redho home | products | services
Web Design Forums

Web Design Forums  


Web Hosting, Web Design, Software and Web Development Forums  
 FAQFAQ   MemberlistArchive  Log inLog in   RegisterRegister 
         

adding generics


Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Web Design Forums -> JAVA programming forum
View previous topic :: View next topic  
Author Message
Aaron Zapashniy



Joined: 04 Jun 2006
Posts: 17
Location: Hungary
Hi. i'm starting to add generics to a lot of my 1.4 code. i have a utility method which takes in a container of SuperClass. i'm now getting compile errors when i pass it a container of Subclass. why?
  Reply with quote


Starwarrior



Joined: 08 Jul 2006
Posts: 1
Because a container of a superclass is not a superclass of a container of a subclass.
  Reply with quote
Aaron Zapashniy



Joined: 04 Jun 2006
Posts: 17
Location: Hungary
I.e. void doIt(List<Parent>){ ...} ... List<Child> list = new List<Child>(); doIt(list);
That's not legal?
  Reply with quote
Ikopar



Joined: 26 May 2006
Posts: 168
No
  Reply with quote
Poolkop



Joined: 01 Jun 2006
Posts: 123
Aaron Zapashniy, generics is http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html and the generics tutorial is http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf and http://www.angelikalanger.com/GenericsFAQ/JavaGenericsFAQ.html
  Reply with quote
Aaron Zapashniy



Joined: 04 Jun 2006
Posts: 17
Location: Hungary
Hm. odd. how useful are these things then?
  Reply with quote
amoralis



Joined: 22 Jun 2006
Posts: 21
How about List<Parent> list = new List<Child>(); doIt(list); ?
Is that still invalid?
  Reply with quote
Ikopar



Joined: 26 May 2006
Posts: 168
Yep
  Reply with quote
amoralis



Joined: 22 Jun 2006
Posts: 21
<- doesn't get to use generics
  Reply with quote
Ikopar



Joined: 26 May 2006
Posts: 168
It's unnecessary too
  Reply with quote
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Post new topic   Reply to topic    Web Design Forums -> JAVA programming forum


Dubai Forums - Expat Help | Vegan Chat | Java Programming | Free 3D tutorials and 3d textures | Paris Forum | EU Forum
Free Dubai Classifieds | Free London Classifieds | Jobs in London

High Quality, Custom 3d animation and Web Design solutions Royal Quality Web Hosting Services Vegetarian and Animal Rights news

Powered by phpBB © 2001, 2005 phpBB Group