Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 340282366920938463463374607431768211457 (0.19 sec)

  1. guava-tests/test/com/google/common/net/InetAddressesTest.java

                        BigInteger.ONE.shiftLeft(128).add(BigInteger.ONE)));
        assertEquals(
            "BigInteger cannot be converted to InetAddress because it has more than 16 bytes:"
                + " 340282366920938463463374607431768211457",
            expected.getMessage());
      }
    
      // see https://github.com/google/guava/issues/2587
      private static ImmutableSet<String> getMachineScopesAndInterfaces() throws SocketException {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
Back to top