java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
All Implemented Interfaces:
Target

public class StringTarget extends Object implements Target
Deprecated.
As of 1.4.9 use JMH instead
A small java.lang.String target.
See Also:
  • Field Details

  • Constructor Details

    • StringTarget

      public StringTarget()
      Deprecated.
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • target

      public Object target()
      Deprecated.
      Description copied from interface: Target
      The target to use in the metric.
      Specified by:
      target in interface Target
    • isEqual

      public boolean isEqual(Object other)
      Deprecated.
      Description copied from interface: Target
      Check whether the object for this target is equal to another one.
      Specified by:
      isEqual in interface Target