public final class TunnelEndPoint<T>
extends java.lang.Object
Constructor and Description |
---|
TunnelEndPoint(T value)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
strValue()
Returns the value as a string.
|
T |
value()
Returns the value.
|
public TunnelEndPoint(T value)
value
- value of the tunnel endpointpublic T value()
public java.lang.String strValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object