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