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

public class JTreeTarget extends Object implements Target
Deprecated.
As of 1.4.9 use JMH instead
A Swing JTree instance, which is a suitably complex object graph.
See Also:
  • Field Details

    • jTree

      private JTree jTree
      Deprecated.
  • Constructor Details

    • JTreeTarget

      public JTreeTarget()
      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