| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Method and Description |
|---|---|
private static RubyString.NeighborChar |
RubyString.predChar(org.jcodings.Encoding enc,
byte[] bytes,
int p,
int len) |
private static RubyString.NeighborChar |
RubyString.succAlnumChar(org.jcodings.Encoding enc,
byte[] bytes,
int p,
int len,
byte[] carry,
int carryP) |
private static RubyString.NeighborChar |
RubyString.succChar(org.jcodings.Encoding enc,
byte[] bytes,
int p,
int len) |
static RubyString.NeighborChar |
RubyString.NeighborChar.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyString.NeighborChar[] |
RubyString.NeighborChar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|