Check if object is Integer. public boolean isInteger(Object object) { return object != null && object.getClass() == Integer.class } ...
確定! 回上一頁