Můžete použít:
Integer grandChildCount = ((BigInteger) result[1]).intValue();
Nebo možná přenést na Number
pro pokrytí obou Integer
a BigInteger
hodnoty.
Můžete použít:
Integer grandChildCount = ((BigInteger) result[1]).intValue();
Nebo možná přenést na Number
pro pokrytí obou Integer
a BigInteger
hodnoty.