groovyx.gpars.extra166y
Class CommonOps.LongBoundedRandomGenerator

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.LongBoundedRandomGenerator
All Implemented Interfaces:
Ops.LongGenerator
Enclosing class:
CommonOps

static final class CommonOps.LongBoundedRandomGenerator
extends java.lang.Object
implements Ops.LongGenerator


Field Summary
(package private)  long bound
           
 
Constructor Summary
CommonOps.LongBoundedRandomGenerator(long bound)
           
 
Method Summary
 long op()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bound

final long bound
Constructor Detail

CommonOps.LongBoundedRandomGenerator

CommonOps.LongBoundedRandomGenerator(long bound)
Method Detail

op

public long op()
Specified by:
op in interface Ops.LongGenerator

Copyright © 2008–2012 Václav Pech. All Rights Reserved.