net.ontopia.utils
Interface StringifierIF<T>
- All Known Implementing Classes:
- CachedStringifier, CollectionStringifier, ComparatorNameStringifier, ContentTag, CustomNameStringifier, DefaultStringifier, FirstUpperCaseStringifier, GrabberStringifier, LocatorTag, NameStringifier, NoEscapeStringifier, ObjectIdStringifier, TopicStringifiers.FastSortNameStringifier, TypedIFStringifier
public interface StringifierIF<T>
PUBLIC: Stringifies objects. The stringifier interface consists of
one method called toString which takes a single Object
argument. The return value is a string that is the string
representation of that object.
Method Summary |
String |
toString(T object)
Returns a stringified version of the object, i.e. |
toString
String toString(T object)
- Returns a stringified version of the object, i.e. a string
representation of that object.
- Parameters:
object
- the object that is to be made a string
representation of.
- Returns:
- a string representation of the
object
argument.
Copyright © 2000-2012 Ontopia.