Possible Duplicate:
What does List<?> mean in java generics?
What does the question mark in Java generics' type parameter mean?
Apologies but it was difficult trying to search for <?>.
What does mean in regards to Java generics? I understand <A extends B> and <A super B>, but I have never seen this question mark on its own before.