Uses of Class
org.jruby.test.bench.BenchIntFibRecursive.BoxedInt

Packages that use BenchIntFibRecursive.BoxedInt
org.jruby.test.bench   
 

Uses of BenchIntFibRecursive.BoxedInt in org.jruby.test.bench
 

Fields in org.jruby.test.bench declared as BenchIntFibRecursive.BoxedInt
static BenchIntFibRecursive.BoxedInt[] BenchIntFibRecursive.BOXED_CACHE
           
 

Methods in org.jruby.test.bench that return BenchIntFibRecursive.BoxedInt
static BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.boxedFib(BenchIntFibRecursive.BoxedInt n)
           
 BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.BoxedInt.minus(BenchIntFibRecursive.BoxedInt other)
           
 BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.BoxedInt.plus(BenchIntFibRecursive.BoxedInt other)
           
 

Methods in org.jruby.test.bench with parameters of type BenchIntFibRecursive.BoxedInt
static BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.boxedFib(BenchIntFibRecursive.BoxedInt n)
           
 boolean BenchIntFibRecursive.BoxedInt.lt(BenchIntFibRecursive.BoxedInt other)
           
 BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.BoxedInt.minus(BenchIntFibRecursive.BoxedInt other)
           
 BenchIntFibRecursive.BoxedInt BenchIntFibRecursive.BoxedInt.plus(BenchIntFibRecursive.BoxedInt other)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.