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