public static class BenchIntFibRecursive.BoxedInt
extends java.lang.Object
Constructor and Description |
---|
BoxedInt(int value) |
Modifier and Type | Method and Description |
---|---|
boolean |
lt(BenchIntFibRecursive.BoxedInt other) |
BenchIntFibRecursive.BoxedInt |
minus(BenchIntFibRecursive.BoxedInt other) |
BenchIntFibRecursive.BoxedInt |
plus(BenchIntFibRecursive.BoxedInt other) |
java.lang.String |
toString() |
public BenchIntFibRecursive.BoxedInt plus(BenchIntFibRecursive.BoxedInt other)
public BenchIntFibRecursive.BoxedInt minus(BenchIntFibRecursive.BoxedInt other)
public boolean lt(BenchIntFibRecursive.BoxedInt other)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002-2009 JRuby Team. All Rights Reserved.