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

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

/*      */ package EDU.oswego.cs.dl.util.concurrent.misc;
/*      */
/*      */ import EDU.oswego.cs.dl.util.concurrent.PrioritySemaphore;
/*      */
/*      */ class PrioritySemRNG extends SyncDelegatedRNG
/*      */ {
/*      */   public PrioritySemRNG()
/*      */   {
/* 1967 */     super(new PrioritySemaphore(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.PrioritySemRNG
* JD-Core Version:    0.6.0
*/
TOP

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

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.