org.jruby.test.bench
Class BenchIntFibRecursive.BoxedInt

java.lang.Object
  extended by org.jruby.test.bench.BenchIntFibRecursive.BoxedInt
Enclosing class:
BenchIntFibRecursive

public static class BenchIntFibRecursive.BoxedInt
extends java.lang.Object


Constructor Summary
BenchIntFibRecursive.BoxedInt(int value)
           
 
Method Summary
 boolean lt(BenchIntFibRecursive.BoxedInt other)
           
 BenchIntFibRecursive.BoxedInt minus(BenchIntFibRecursive.BoxedInt other)
           
 BenchIntFibRecursive.BoxedInt plus(BenchIntFibRecursive.BoxedInt other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BenchIntFibRecursive.BoxedInt

public BenchIntFibRecursive.BoxedInt(int value)
Method Detail

plus

public BenchIntFibRecursive.BoxedInt plus(BenchIntFibRecursive.BoxedInt other)

minus

public BenchIntFibRecursive.BoxedInt minus(BenchIntFibRecursive.BoxedInt other)

lt

public boolean lt(BenchIntFibRecursive.BoxedInt other)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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