@Deprecated public class FirstUpperCaseStringifier extends Object implements StringifierIF
| Constructor and Description |
|---|
FirstUpperCaseStringifier()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString(Object obj)
Deprecated.
Returns a stringified version of the object, i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic String toString(Object obj)
StringifierIFtoString in interface StringifierIFobj - the object that is to be made a string
representation of.object
argument.