public class Sprintf extends Object
Modifier and Type | Method and Description |
---|---|
static NumberFormat |
getNumberFormat(Locale locale) |
static boolean |
sprintf(org.jruby.util.ByteList to,
CharSequence format,
IRubyObject args) |
static boolean |
sprintf(org.jruby.util.ByteList to,
Locale locale,
CharSequence format,
IRubyObject args) |
static boolean |
sprintf(org.jruby.util.ByteList to,
RubyString format,
IRubyObject args) |
static boolean |
sprintf(Ruby runtime,
org.jruby.util.ByteList to,
CharSequence format,
int arg) |
static boolean |
sprintf1_9(org.jruby.util.ByteList to,
Locale locale,
CharSequence format,
IRubyObject args) |
public static boolean sprintf(org.jruby.util.ByteList to, Locale locale, CharSequence format, IRubyObject args)
public static boolean sprintf1_9(org.jruby.util.ByteList to, Locale locale, CharSequence format, IRubyObject args)
public static boolean sprintf(org.jruby.util.ByteList to, CharSequence format, IRubyObject args)
public static boolean sprintf(Ruby runtime, org.jruby.util.ByteList to, CharSequence format, int arg)
public static boolean sprintf(org.jruby.util.ByteList to, RubyString format, IRubyObject args)
public static NumberFormat getNumberFormat(Locale locale)
Copyright © 2001-2013 JRuby. All Rights Reserved.