Class SafeUriString

java.lang.Object
com.google.gwt.safehtml.shared.SafeUriString
All Implemented Interfaces:
SafeUri

class SafeUriString extends Object implements SafeUri
A string wrapped as an object of type SafeUri.

This class is package-private and intended for internal use by the

invalid reference
com.google.gwt.safehtml
package. All implementors must implement .equals and .hashCode so that they operate just like String.equals() and String.hashCode().