C E P U

C

com.google.thirdparty.publicsuffix - package com.google.thirdparty.publicsuffix
 

E

EXACT - Static variable in class com.google.thirdparty.publicsuffix.PublicSuffixPatterns
If a hostname is contained as a key in this map, it is a public suffix.
EXCLUDED - Static variable in class com.google.thirdparty.publicsuffix.PublicSuffixPatterns
The elements in this map would pass the UNDER test, but are known not to be public suffixes and are thus excluded from consideration.

P

PublicSuffixPatterns - Class in com.google.thirdparty.publicsuffix
Do not use this class directly.

U

UNDER - Static variable in class com.google.thirdparty.publicsuffix.PublicSuffixPatterns
If a hostname is not a key in the EXCLUDE map, and if removing its leftmost component results in a name which is a key in this map, it is a public suffix.

C E P U