com.thoughtworks.xstream.tools.benchmark.targets
Class BasicTarget
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.BasicTarget
- All Implemented Interfaces:
- Target
public class BasicTarget
- extends Object
- implements Target
Target containing basic types.
- Since:
- 1.4
- Author:
- Jörg Schaible
BasicTarget
public BasicTarget()
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
target
public Object target()
- Description copied from interface:
Target
- The target to use in the metric.
- Specified by:
target
in interface Target
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 XStream. All Rights Reserved.