“List.of” is not working in my Java code, how do I make it do the calculations [closed]

I’m doing one of those calculations to find cryptocurrencies, but my code doesn’t accept one of the parameters to hunt for cryptocurrencies, is it just me who’s facing this?

`BigInteger min = new BigInteger("40000000000000000000000000000000000000", 16);
 BigInteger max = new BigInteger("7fffffffffffffffffffffffffffffffffffff", 16);
 List<String> wallets = **List.of**("13Q84TNNvgcL3HJiqQPvyBb9m4hxjS3jkV");

`
in java “List.of” is not using the parentheses material and is not returning the code

I tried to make a class for the specific list using a parent code in java script, it only gave me work, I created a specific function for this list and it didn’t work either, how to do this in java?