public final class TunnelKey<T> extends Object
| Constructor and Description |
|---|
TunnelKey(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.
|