Search code examples
gwtplayn

In PlayN, is there a cross-platform constant for something like max integer value?


I've checked the Platform class, but don't see anything like that. I can obviously set my own constant, but I wondered if anything like this existed.


Solution

  • Integer.MAX_VALUE should be it.