Possible Duplicate:
What does the <TYPE> in java mean?
In the code below, what does Iterator<V> and OutputCollector<K, V> mean? Is it a special data type?
public void reduce(K key,
Iterator<V> values,
OutputCollector<K, V> output,
Reporter reporter) throws IOException {