aspose file tools
The moose likes Java in General and the fly likes right way to use the nested generics? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "right way to use the nested generics?" Watch "right way to use the nested generics?" New topic
Author

right way to use the nested generics?

Amandeep Singh
Ranch Hand

Joined: Jul 17, 2008
Posts: 837



compiler didn't complained about the nested generics. it works.
as i am using it first time, so is it the right way to use the nested generics?


[HENRY: Fixed corrupted code]


SCJP 1.4, SCWCD 5, SCBCD 5, OCPJWSD 5,SCEA-1, Started Assignment Part 2
My blog- http://rkydesigns.blogspot.com
Amandeep Singh
Ranch Hand

Joined: Jul 17, 2008
Posts: 837


compiler didn't complained about the nested generics. it works.
as i am using it first time, so is it the right way to use the nested generics?

you can ignore the syntax as the editor is jumbling it..
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2782
    
    2
This looks correct, yes.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: right way to use the nested generics?
 
Similar Threads
Generics: Nested Map Declaration
generics
Generics
Generics
Using Generics inside Generics- nested Generics ?