Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for longText (0.16 sec)

  1. android/guava/src/com/google/common/net/InetAddresses.java

        }
        compressLongestRunOfZeroes(hextets);
        return hextetsToIPv6String(hextets);
      }
    
      /**
       * Identify and mark the longest run of zeroes in an IPv6 address.
       *
       * <p>Only runs of two or more hextets are considered. In case of a tie, the leftmost run wins. If
       * a qualifying run is found, its hextets are replaced by the sentinel value -1.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Dec 15 19:31:54 GMT 2023
    - 44K bytes
    - Viewed (1)
Back to top