groovyx.gpars.extra166y
Class CommonOps.IntBoundedRandomGenerator

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

static final class CommonOps.IntBoundedRandomGenerator
extends java.lang.Object
implements Ops.IntGenerator


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

Field Detail

bound

final int bound
Constructor Detail

CommonOps.IntBoundedRandomGenerator

CommonOps.IntBoundedRandomGenerator(int bound)
Method Detail

op

public int op()
Specified by:
op in interface Ops.IntGenerator

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