Class ExtendedTarget

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

public class ExtendedTarget extends Object implements Target
Deprecated.
As of 1.4.9 use JMH instead
Target containing extended types.
Since:
1.4
  • Field Details

    • EQUALS

      private static final Method EQUALS
      Deprecated.
    • LIST

      private static final Field LIST
      Deprecated.
    • list

      private List list
      Deprecated.
  • Constructor Details

    • ExtendedTarget

      public ExtendedTarget()
      Deprecated.
  • Method Details

    • 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
    • target

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

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