import java.lang.Integer; class Karl { private Karl(){ } public static int isaInt( int n){ return Integer.signum(n); } }