Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PublicSuffixType (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

      private final char leafNodeCode;
    
      PublicSuffixType(char innerNodeCode, char leafNodeCode) {
        this.innerNodeCode = innerNodeCode;
        this.leafNodeCode = leafNodeCode;
      }
    
      char getLeafNodeCode() {
        return leafNodeCode;
      }
    
      char getInnerNodeCode() {
        return innerNodeCode;
      }
    
      /** Returns a PublicSuffixType of the right type according to the given code */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Wed Dec 16 19:54:45 GMT 2020
    - 2K bytes
    - Click Count (0)
  2. guava-gwt/src/com/google/thirdparty/publicsuffix/PublicSuffixType.gwt.xml

    cpovirk <******@****.***> 1721404771 -0700
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Jul 19 16:02:36 GMT 2024
    - 1.4K bytes
    - Click Count (0)
Back to Top