com.thoughtworks.xstream.tools.benchmark.targets
Class StringTarget
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
- All Implemented Interfaces:
- Target
public class StringTarget
- extends Object
- implements Target
A small java.lang.String target.
- Author:
- Joe Walnes
- See Also:
Harness
,
Target
StringTarget
public StringTarget()
toString
public String toString()
- Overrides:
toString
in class Object
target
public Object target()
- Description copied from interface:
Target
- The target to use in the metric.
- Specified by:
target
in interface Target
isEqual
public boolean isEqual(Object other)
- Description copied from interface:
Target
- Check whether the object for this target is equal to another one.
- Specified by:
isEqual
in interface Target
Copyright © 2004-2012 XStream. All Rights Reserved.