Why remove support for java Pair class?

I believe javafx.util.Pair was supported in leetcode before but I don't think it is supported anymore. The code that I submitted 20 days ago successfully with Pair class doesn't even compile anymore.

It is really inconvenient for me now since I have to create my own Pair classes now. Is there are reason why javafx.util.Pair is not valid anymore in leetcode?

Comments (7)