cz.cuni.amis.concurrency
Class Test05_AtomicInc.IncValueAtomicInt

Package class diagram package Test05_AtomicInc.IncValueAtomicInt
java.lang.Object
  extended by cz.cuni.amis.concurrency.Test05_AtomicInc.IncValueAtomicInt
All Implemented Interfaces:
Runnable
Enclosing class:
Test05_AtomicInc

public static class Test05_AtomicInc.IncValueAtomicInt
extends Object
implements Runnable


Constructor Summary
Test05_AtomicInc.IncValueAtomicInt(int add)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test05_AtomicInc.IncValueAtomicInt

public Test05_AtomicInc.IncValueAtomicInt(int add)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.