public abstract class TLinkableAdapter<T extends TLinkable> extends Objectimplements TLinkable <T>
TLinkable, so you don't have to. Example:
private class MyObject extends TLinkableAdapter
{
private final String value;
MyObject( String value ) {
this.value = value;
}
public String getValue() {
return value;
}
}
serialVersionUID| Constructor and Description |
|---|
TLinkableAdapter()
|