Package | Description |
---|---|
org.jruby.test.bench |
Modifier and Type | Field and Description |
---|---|
static BenchIntFibRecursive.BoxedInt[] |
BenchIntFibRecursive.BOXED_CACHE |
Modifier and Type | Method and Description |
---|---|
static BenchIntFibRecursive.BoxedInt |
BenchIntFibRecursive.boxedFib(BenchIntFibRecursive.BoxedInt n) |
BenchIntFibRecursive.BoxedInt |
BenchIntFibRecursive.BoxedInt.minus(BenchIntFibRecursive.BoxedInt other) |
BenchIntFibRecursive.BoxedInt |
BenchIntFibRecursive.BoxedInt.plus(BenchIntFibRecursive.BoxedInt other) |
Modifier and Type | Method and Description |
---|---|
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-2009 JRuby Team. All Rights Reserved.