galois.objects
Class AccumulatorBuilder
java.lang.Object
galois.objects.AccumulatorBuilder
public class AccumulatorBuilder
- extends Object
An accumulator which allows concurrent updates but not concurrent reads.
- See Also:
GMutableInteger,
MutableInteger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccumulatorBuilder
public AccumulatorBuilder()
create
public Accumulator create()
create
public Accumulator create(int value)