Bạn có thể sử dụng:
Integer grandChildCount = ((BigInteger) result[1]).intValue();
Hoặc có thể truyền thành Number để bao gồm cả Integer và BigInteger giá trị.
Bạn có thể sử dụng:
Integer grandChildCount = ((BigInteger) result[1]).intValue();
Hoặc có thể truyền thành Number để bao gồm cả Integer và BigInteger giá trị.