This is the follow up of my question here: Weird Java generic.
If I have a code like this:
Casts. cast(iterable[index]);
If you want to provide an explicit type parameter when calling a generic static method, you must prefix the method with the class name, even if the method is statically imported.