generics & their syntax
I've been reading the java tutorial on the sun website, and I keep
running
across this and cannot quite get a grasp of what I'm seeing.
An example:
public class Stack {
private ArrayList<Object> items;
Is
ArrayList<Object> items;
the same as
Object[] items;
???
.
Relevant Pages
- Re: Resident loonies
... long and arduous education can understand even the most elementary ... The cosmogonies that educated men ... But the cosmogony of Genesis is so simple that even a yokel can grasp ... So, you want to CLAIM that my reading of the quote is incorrect, ... (talk.origins) - Re: Resident loonies
... long and arduous education can understand even the most elementary ... The cosmogonies that educated men ... But the cosmogony of Genesis is so simple that even a yokel can grasp ... So, you want to CLAIM that my reading of the quote is incorrect, ... (talk.origins) - Joyce Hatto: Iberia on Concert Artist CACD 9120-2
... recording of the work from the early 1960s. ... Then came MAH's inspired reading for Hyperion, ... grasp of the music. ... Not only does one ask whether there is anything Joyce Hattocannot play, ... (rec.music.classical.recordings) - Re: uh?
... The Wanderer wrote: ... Incidentally, since we seem to be drifting offtopic and I haven't been reading this group quite long enough to get a grasp of it yet: how much tolerance of limited offtopic discussion is there, here? ... I know of some newsgroups where it runs far beyond "limited" and no one complains, some where it's common but not encouraged, some where it's rarely considered acceptable, and some where it's absolute anathema; I haven't seen anything I'd readily recognize as noticeably offtopic here in the last few months, so I don't have a good barometer measurement yet. ... (sci.lang.japan) - Re: Travel Agents Spamers
... They are too stupid to understand how to filter ... things they aren't interested in reading. ... They can't seem to grasp this ... (rec.travel.cruises) |
|