Class ExtendedTarget
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.targets.ExtendedTarget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classExtendedTarget.RunnableInvocationHandlerDeprecated.
-
Constructor Summary
Constructors Constructor Description ExtendedTarget()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisEqual(java.lang.Object other)Deprecated.Check whether the object for this target is equal to another one.java.lang.Objecttarget()Deprecated.The target to use in the metric.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
isEqual
public boolean isEqual(java.lang.Object other)
Deprecated.Description copied from interface:TargetCheck whether the object for this target is equal to another one.
-
target
public java.lang.Object target()
Deprecated.Description copied from interface:TargetThe target to use in the metric.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-