Skip navigation links
A B C D E F H I J L M P R S T U X 

A

addMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.Harness
Deprecated.
 
addProduct(Product) - Method in class com.thoughtworks.xstream.tools.benchmark.Harness
Deprecated.
 
addTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.Harness
Deprecated.
 

B

BasicTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
BasicTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.BasicTarget
Deprecated.
 
biggerIsBetter() - Method in interface com.thoughtworks.xstream.tools.benchmark.Metric
Deprecated.
Whether a big result is better for this metric.
biggerIsBetter() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
 
biggerIsBetter() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
 
biggerIsBetter() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
 
biggerIsBetter() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
 

C

CharacterCountMetric - Class in com.thoughtworks.xstream.tools.benchmark.metrics
Deprecated.
As of 1.4.9 use JMH instead
CharacterCountMetric(char) - Constructor for class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
 
com.thoughtworks.xstream.tools.benchmark - package com.thoughtworks.xstream.tools.benchmark
A simple harness for running benchmarks.
com.thoughtworks.xstream.tools.benchmark.metrics - package com.thoughtworks.xstream.tools.benchmark.metrics
 
com.thoughtworks.xstream.tools.benchmark.products - package com.thoughtworks.xstream.tools.benchmark.products
 
com.thoughtworks.xstream.tools.benchmark.reporters - package com.thoughtworks.xstream.tools.benchmark.reporters
 
com.thoughtworks.xstream.tools.benchmark.targets - package com.thoughtworks.xstream.tools.benchmark.targets
 

D

dateOfBirth - Variable in class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 
DeserializationSpeedMetric - Class in com.thoughtworks.xstream.tools.benchmark.metrics
Deprecated.
As of 1.4.9 use JMH instead
DeserializationSpeedMetric(int) - Constructor for class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
DeserializationSpeedMetric(int, boolean) - Constructor for class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
Measure deserialization speed.
deserialize(InputStream) - Method in interface com.thoughtworks.xstream.tools.benchmark.Product
Deprecated.
Deserialize an object from a stream.
deserialize(InputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
Deprecated.
 
deserialize(InputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamBinary
Deprecated.
 
deserialize(InputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
Deprecated.
 
deserialize(InputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamDriver
Deprecated.
 

E

endBenchmark() - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
Benchmark has ended.
endBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
endBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
endBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
endMetric(Metric) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
endMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
endMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
endMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
endTarget(Target) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
endTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
endTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
endTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
equals(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 
ExtendedTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
ExtendedTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.ExtendedTarget
Deprecated.
 

F

firstName - Variable in class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 

H

Harness - Class in com.thoughtworks.xstream.tools.benchmark
Deprecated.
As of 1.4.9 use JMH instead
Harness() - Constructor for class com.thoughtworks.xstream.tools.benchmark.Harness
Deprecated.
 
hashCode() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 
HtmlReporter - Class in com.thoughtworks.xstream.tools.benchmark.reporters
Deprecated.
As of 1.4.9 use JMH instead
HtmlReporter(File, String) - Constructor for class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 

I

isEqual(Object) - Method in interface com.thoughtworks.xstream.tools.benchmark.Target
Deprecated.
Check whether the object for this target is equal to another one.
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.BasicTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ExtendedTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JavaBeanTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JTreeTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ListTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ReflectionTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.SerializableTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
Deprecated.
 
isEqual(Object) - Method in class com.thoughtworks.xstream.tools.benchmark.targets.UserDefinedClassTarget
Deprecated.
 

J

JavaBeanTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
JavaBeanTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.JavaBeanTarget
Deprecated.
 
JavaObjectSerialization - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
JavaObjectSerialization() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
Deprecated.
 
JTreeTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
JTreeTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.JTreeTarget
Deprecated.
 

L

lastName - Variable in class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 
ListTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
ListTarget(int) - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.ListTarget
Deprecated.
 

M

Metric - Interface in com.thoughtworks.xstream.tools.benchmark
Deprecated.
As of 1.4.9 use JMH instead
metricFailed(Product, Exception) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
metricFailed(Product, Exception) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
metricFailed(Product, Exception) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
metricFailed(Product, Exception) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
metricRecorded(Product, double) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
metricRecorded(Product, double) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
metricRecorded(Product, double) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
metricRecorded(Product, double) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
MultiReporter - Class in com.thoughtworks.xstream.tools.benchmark.reporters
Deprecated.
As of 1.4.9 use JMH instead
MultiReporter(Reporter[]) - Constructor for class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 

P

Person - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
Person() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.Person
Deprecated.
 
Product - Interface in com.thoughtworks.xstream.tools.benchmark
Deprecated.
As of 1.4.9 use JMH instead

R

ReflectionTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
ReflectionTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.ReflectionTarget
Deprecated.
 
Reporter - Interface in com.thoughtworks.xstream.tools.benchmark
Deprecated.
As of 1.4.9 use JMH instead
run(Reporter) - Method in class com.thoughtworks.xstream.tools.benchmark.Harness
Deprecated.
 
run(Product, Object) - Method in interface com.thoughtworks.xstream.tools.benchmark.Metric
Deprecated.
since 1.3
run(Product, Target) - Method in interface com.thoughtworks.xstream.tools.benchmark.Metric
Deprecated.
Run the test and produce a metric.
run(Product, Target) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
 
run(Product, Object) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
since 1.3
run(Product, Target) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
 
run(Product, Object) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
since 1.3
run(Product, Target) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
 
run(Product, Object) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
since 1.3
run(Product, Target) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
 
run(Product, Object) - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
since 1.3

S

SerializableTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
SerializableTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.SerializableTarget
Deprecated.
 
SerializationSpeedMetric - Class in com.thoughtworks.xstream.tools.benchmark.metrics
Deprecated.
As of 1.4.9 use JMH instead
SerializationSpeedMetric(int) - Constructor for class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
 
serialize(Object, OutputStream) - Method in interface com.thoughtworks.xstream.tools.benchmark.Product
Deprecated.
Serialize an object to a stream.
serialize(Object, OutputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
Deprecated.
 
serialize(Object, OutputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamBinary
Deprecated.
 
serialize(Object, OutputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
Deprecated.
 
serialize(Object, OutputStream) - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamDriver
Deprecated.
 
SizeMetric - Class in com.thoughtworks.xstream.tools.benchmark.metrics
Deprecated.
As of 1.4.9 use JMH instead
SizeMetric() - Constructor for class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
 
startBenchmark() - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
Benchmark has started.
startBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
startBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
startBenchmark() - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
startMetric(Metric) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
startMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
startMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
startMetric(Metric) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
startTarget(Target) - Method in interface com.thoughtworks.xstream.tools.benchmark.Reporter
Deprecated.
 
startTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.HtmlReporter
Deprecated.
 
startTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.MultiReporter
Deprecated.
 
startTarget(Target) - Method in class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
StringTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
StringTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
Deprecated.
 

T

Target - Interface in com.thoughtworks.xstream.tools.benchmark
Deprecated.
As of 1.4.9 use JMH instead
target() - Method in interface com.thoughtworks.xstream.tools.benchmark.Target
Deprecated.
The target to use in the metric.
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.BasicTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ExtendedTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JavaBeanTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JTreeTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ListTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ReflectionTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.SerializableTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
Deprecated.
 
target() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.UserDefinedClassTarget
Deprecated.
 
TextReporter - Class in com.thoughtworks.xstream.tools.benchmark.reporters
Deprecated.
As of 1.4.9 use JMH instead
TextReporter(PrintWriter) - Constructor for class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
TextReporter(Writer) - Constructor for class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
 
TextReporter() - Constructor for class com.thoughtworks.xstream.tools.benchmark.reporters.TextReporter
Deprecated.
Reports to System.out.
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.products.JavaObjectSerialization
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamBinary
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.products.XStreamDriver
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.BasicTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ExtendedTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JavaBeanTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.JTreeTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ListTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.ReflectionTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.SerializableTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.StringTarget
Deprecated.
 
toString() - Method in class com.thoughtworks.xstream.tools.benchmark.targets.UserDefinedClassTarget
Deprecated.
 

U

unit() - Method in interface com.thoughtworks.xstream.tools.benchmark.Metric
Deprecated.
The unit the metric is recorded in (for reporting purposes).
unit() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.CharacterCountMetric
Deprecated.
 
unit() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.DeserializationSpeedMetric
Deprecated.
 
unit() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SerializationSpeedMetric
Deprecated.
 
unit() - Method in class com.thoughtworks.xstream.tools.benchmark.metrics.SizeMetric
Deprecated.
 
UserDefinedClassTarget - Class in com.thoughtworks.xstream.tools.benchmark.targets
Deprecated.
As of 1.4.9 use JMH instead
UserDefinedClassTarget() - Constructor for class com.thoughtworks.xstream.tools.benchmark.targets.UserDefinedClassTarget
Deprecated.
 

X

XStreamBEAStax - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamBEAStax() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamBEAStax
Deprecated.
 
XStreamBinary - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamBinary() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamBinary
Deprecated.
 
XStreamCompact - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamCompact() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamCompact
Deprecated.
 
XStreamDom - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamDom() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamDom
Deprecated.
 
XStreamDom4J - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamDom4J() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamDom4J
Deprecated.
 
XStreamDriver - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamDriver(HierarchicalStreamDriver, String) - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamDriver
Deprecated.
Create a XStream product based on a driver.
XStreamJDom - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamJDom() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamJDom
Deprecated.
 
XStreamKXml2 - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamKXml2() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamKXml2
Deprecated.
 
XStreamKXml2DOM - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamKXml2DOM() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamKXml2DOM
Deprecated.
 
XStreamSjsxp - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamSjsxp() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamSjsxp
Deprecated.
 
XStreamStax - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamStax() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamStax
Deprecated.
 
XStreamWoodstox - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamWoodstox() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamWoodstox
Deprecated.
 
XStreamXom - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamXom() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamXom
Deprecated.
 
XStreamXpp - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamXpp() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamXpp
Deprecated.
 
XStreamXpp3 - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamXpp3() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamXpp3
Deprecated.
 
XStreamXpp3DOM - Class in com.thoughtworks.xstream.tools.benchmark.products
Deprecated.
As of 1.4.9 use JMH instead
XStreamXpp3DOM() - Constructor for class com.thoughtworks.xstream.tools.benchmark.products.XStreamXpp3DOM
Deprecated.
 
A B C D E F H I J L M P R S T U X 
Skip navigation links

Copyright © 2004–2020 XStream. All rights reserved.