Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for McCann (0.17 sec)

  1. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixType.java

     */
    @Beta
    @GwtCompatible
    public enum PublicSuffixType {
    
      /** Public suffix that is provided by a private company, e.g. "blogspot.com" */
      PRIVATE(':', ','),
      /** Public suffix that is backed by an ICANN-style domain name registry */
      REGISTRY('!', '?');
    
      /** The character used for an inner node in the trie encoding */
      private final char innerNodeCode;
    
      /** The character used for a leaf node in the trie encoding */
    Java
    - Registered: 2023-12-01 12:43
    - Last Modified: 2020-12-16 19:54
    - 2K bytes
    - Viewed (0)
Back to top