java.lang.Object
swim.uri.UriPort
- All Implemented Interfaces:
Comparable<UriPort>,Debug,Display
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic UriPortcreate(int number) <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 booleanfinal intnumber()static UriPorttoString()static UriPort
-
Field Details
-
number
protected final int number
-
-
Constructor Details
-
UriPort
protected UriPort(int number)
-
-
Method Details
-
isDefined
public final boolean isDefined() -
number
public final int number() -
compareTo
- Specified by:
compareToin interfaceComparable<UriPort>
-
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
-