java.lang.Object
swim.uri.UriPart
swim.uri.UriFragment
- All Implemented Interfaces:
Comparable<UriFragment>,Debug,Display
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intcompareTo(UriFragment that) static UriFragment<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.<T> Output<T>Writes a human readable, display-formatted string representation of this object tooutput.booleaninthashCode()final booleanstatic UriFragmenttoString()static UriFragment
-
Field Details
-
identifier
-
-
Constructor Details
-
UriFragment
-
-
Method Details
-
isDefined
public final boolean isDefined() -
identifier
-
compareTo
- Specified by:
compareToin interfaceComparable<UriFragment>
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
display
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput. -
toString
-
undefined
-
create
-
parse
-