Class Pi.BinarySplittingProgressIndicator

java.lang.Object
org.apfloat.samples.Pi.BinarySplittingProgressIndicator
All Implemented Interfaces:
Serializable
Enclosing class:
Pi

public static class Pi.BinarySplittingProgressIndicator extends Object implements Serializable
Indicates progress of the pi calculation using the binary splitting algorithm.

This implementation is thread safe for multiple threads to use concurrently.

See Also: