Package | Description |
---|---|
org.jruby | |
org.jruby.ext.bigdecimal | |
org.jruby.ext.thread | |
org.jruby.javasupport | |
org.jruby.javasupport.ext | |
org.jruby.util |
Modifier and Type | Class and Description |
---|---|
class |
RubyBignum |
class |
RubyComplex
1.9 complex.c as of revision: 20011
|
class |
RubyFixnum
Implementation of the Fixnum class.
|
class |
RubyFloat
A representation of a float object
|
class |
RubyInteger
Implementation of the Integer class.
|
class |
RubyRational
1.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 |
SizedQueue.num_waiting(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 |
JavaUtil.Collection.length(ThreadContext context,
IRubyObject self) |
Modifier and Type | Method and Description |
---|---|
static RubyNumeric |
TypeConverter.toFloat(Ruby runtime,
IRubyObject obj) |
Copyright © 2001-2017 JRuby. All Rights Reserved.