The TableCell definition is: Class TableCell<S,T>
while in Type Parameters there is only:
T - The type of the item contained within the Cell.
So the S parameter is missing.
while in Type Parameters there is only:
T - The type of the item contained within the Cell.
So the S parameter is missing.