| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.ext.bigdecimal | |
| org.jruby.ext.thread | |
| org.jruby.javasupport | |
| org.jruby.util | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RubyBignum | 
| class  | RubyComplex1.9 complex.c as of revision: 20011 | 
| class  | RubyFixnumImplementation of the Fixnum class. | 
| class  | RubyFloatA representation of a float object | 
| class  | RubyIntegerImplementation of the Integer class. | 
| class  | RubyRational1.9 rational.c as of revision: 20011 | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyNumeric | RubyNumeric. asNumeric() | 
| static RubyNumeric | RubyNumeric. int2fix(Ruby runtime,
       long val) | 
| static RubyNumeric | RubyNumeric. intervalStepSize(ThreadContext context,
                IRubyObject from,
                IRubyObject to,
                IRubyObject step,
                boolean excludeLast) | 
| RubyNumeric | Ruby. newNumeric() | 
| static RubyNumeric | RubyNumeric. newNumeric(Ruby runtime) | 
| static RubyNumeric | RubyBignum. unmarshalFrom(UnmarshalStream input) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | RubyFloat. compareValue(RubyNumeric other) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RubyBigDecimal | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyNumeric | RubyBigDecimal. multiplyWith(ThreadContext context,
            RubyBignum value) | 
| RubyNumeric | RubyBigDecimal. multiplyWith(ThreadContext context,
            RubyFloat value) | 
| RubyNumeric | RubyBigDecimal. multiplyWith(ThreadContext context,
            RubyInteger value) | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyNumeric | Queue. length(ThreadContext context) | 
| RubyNumeric | SizedQueue. max(ThreadContext context) | 
| RubyNumeric | Queue. num_waiting(ThreadContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | JavaUtil.NumericConverter. coerce(RubyNumeric numeric,
      Class target) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RubyNumeric | TypeConverter. toFloat(Ruby runtime,
       IRubyObject obj) | 
Copyright © 2001-2016 JRuby. All Rights Reserved.