|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEDU.oswego.cs.dl.util.concurrent.Rendezvous.Rotator
public static class Rendezvous.Rotator
The default rendezvous function. Rotates the array so that each thread returns an item presented by some other thread (or itself, if parties is 1).
Constructor Summary | |
---|---|
Rendezvous.Rotator()
|
Method Summary | |
---|---|
void |
rendezvousFunction(java.lang.Object[] objects)
Rotate the array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Rendezvous.Rotator()
Method Detail |
---|
public void rendezvousFunction(java.lang.Object[] objects)
rendezvousFunction
in interface Rendezvous.RendezvousFunction
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |