Class Synch

java.lang.Object
  |
  +--Synch

public class Synch
extends java.lang.Object


Constructor Summary
Synch()
           
 
Method Summary
static void swap(boolean m1, boolean m2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Synch

public Synch()
Method Detail

swap

public static void swap(boolean m1,
                        boolean m2)