package com.threerings.util { public class JavaConstants { public static const SHORT_MAX_VALUE :int = (Math.pow(2, 15) - 1); } }