Lists are just lists, you can put whatever you want into them, generics is an extension to the collection interfaces which lets you have type safety at compile time.

Just do something like this.
...