0

Very simple question. I've been looking at JSpot documentation. http://jspot.googlecode.com/svn/trunk/javadoc/index.html What does T stand for? When it says it wants a list of type T I don't understand what T is?

Gideon Sassoon
  • 544
  • 1
  • 9
  • 29

1 Answers1

1

T is a Generic data type, i.e a generic class or interface that is parameterized over types ....take a look at this

ΦXocę 웃 Пepeúpa ツ
  • 47,427
  • 17
  • 69
  • 97