Package EDU.oswego.cs.dl.util.concurrent.misc

Source Code of EDU.oswego.cs.dl.util.concurrent.misc.SemRNG

/*      */ package EDU.oswego.cs.dl.util.concurrent.misc;
/*      */
/*      */ import EDU.oswego.cs.dl.util.concurrent.Semaphore;
/*      */
/*      */ class SemRNG extends SyncDelegatedRNG
/*      */ {
/*      */   public SemRNG()
/*      */   {
/* 1955 */     super(new Semaphore(1L));
/*      */   }
/*      */ }

/* Location:           /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded/output/lib/embedded-jboss/lib/thirdparty-all.jar
* Qualified Name:     EDU.oswego.cs.dl.util.concurrent.misc.SemRNG
* JD-Core Version:    0.6.0
*/
TOP

Related Classes of EDU.oswego.cs.dl.util.concurrent.misc.SemRNG

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.