Seja o seguinte programa Java:
import java.util.*;
public class Main {
public static void main(String[ ] args) {
Collection a=new TreeSet( );
Set b=new TreeSet( );
Set c=(new HashMap( )).values( );
SortedSet d=new TreeSet( );
Deque e=new LinkedList( );
}
}
Qual comando produz um erro de compilação?