Package | Description |
---|---|
org.jruby | |
org.jruby.truffle.runtime.core | |
org.jruby.util |
Modifier and Type | Class and Description |
---|---|
class |
RubyString
Implementation of Ruby String class
Concurrency: no synchronization is required among readers, but
all users must synchronize externally with writers.
|
Modifier and Type | Method and Description |
---|---|
org.jcodings.Encoding |
RubyString.checkEncoding(ByteListHolder other) |
Modifier and Type | Method and Description |
---|---|
org.jcodings.Encoding |
RubyString.checkEncoding(ByteListHolder other) |
Modifier and Type | Interface and Description |
---|---|
interface |
CodeRangeable |
Modifier and Type | Method and Description |
---|---|
org.jcodings.Encoding |
ByteListHolder.checkEncoding(ByteListHolder other) |
static org.jruby.util.ByteList |
StringSupport.replaceInternal(int beg,
int len,
ByteListHolder source,
CodeRangeable repl) |
Copyright © 2001-2015 JRuby. All Rights Reserved.