Possible Duplicate:
In Java, what does it mean when a type is followed by angle brackets (as in List<Foo>)?
Exactly what it says on the tin - what does <int>
mean in Java? I can't use Google here, since Google seems to ignore characters such as < and >, so I end up searching "What does int mean in Java". Can anyone help please? This doesn't just apply to <int>
, it applies to anything inside <>.