public interface ConcreteOverridesToString extends NonConcreteWithToString
| Modifier and Type | Method and Description |
|---|---|
void |
doSomething() |
String |
toString()
My even more special toString method
|
void doSomething()
String toString()
toString in interface NonConcreteWithToStringtoString in class ObjectCopyright © 2018 Eclipse. All rights reserved.