Generic Types in AS?

Hello,

Until soon I thought that AS does not accept generic types.
Now I see that I can use [COLOR=#993300][FONT=monospace]

[FONT=verdana]var[/FONT][/FONT][/COLOR] v1: Vector.<MyType> = [COLOR=#993300]new[/COLOR] Vector.<MyType>COLOR=#000000[/COLOR];

My question is:
Does this apply only for Vector or can I use it for other Types too?