importorg.python.core.PyInteger;//导入依赖的package包/类privatestaticPyObjectconvertObject(Object o){/* 222 */if((oinstanceofString))/* 223 */returnnewPyString((String)o);/* 224 */if((oinstanceofDouble))/* 225 */returnnewPyFloat(((Double)o).doubleValue());/* 226 */if((oinstance...
publicvoidtestToInteger(){ assertEquals(Integer.valueOf(0),newMutableInt(0).toInteger()); assertEquals(Integer.valueOf(123),newMutableInt(123).toInteger()); } 代码示例来源:origin: palantir/atlasdb byte[]dataBytes=row.getColumns().get(PtBytes.toBytes("data")); BigIntegerdataValue=newBigInteger...