@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, wait
apply
public String toString(Object obj)
StringifierIF
toString
in interface StringifierIF
obj
- the object that is to be made a string
representation of.object
argument.