Uses of Enum
org.jruby.util.StringSupport.NeighborChar
Packages that use StringSupport.NeighborChar
-
Uses of StringSupport.NeighborChar in org.jruby.util
Methods in org.jruby.util that return StringSupport.NeighborCharModifier and TypeMethodDescriptionprivate static StringSupport.NeighborCharStringSupport.predChar(org.jcodings.Encoding enc, byte[] bytes, int p, int len) private static StringSupport.NeighborCharStringSupport.succAlnumChar(org.jcodings.Encoding enc, byte[] bytes, int p, int len, byte[] carry, int carryP) static StringSupport.NeighborCharStringSupport.succChar(org.jcodings.Encoding enc, byte[] bytes, int p, int len) static StringSupport.NeighborCharstatic StringSupport.NeighborCharReturns the enum constant of this type with the specified name.static StringSupport.NeighborChar[]StringSupport.NeighborChar.values()Returns an array containing the constants of this enum type, in the order they are declared.