Class ListFormatter
public class ListFormatter : JVMBridgeBase<ListFormatter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ListFormatter
- Implements
- Extension Methods
Constructors
ListFormatter(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ListFormatter(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Format(Collection<object>)
public String Format(Collection<object> arg0)
Parameters
arg0Collection<object>
Returns
Format(params object[])
public String Format(params object[] arg0)
Parameters
Returns
FormatToValue(Collection<object>)
public ListFormatter.FormattedList FormatToValue(Collection<object> arg0)
Parameters
arg0Collection<object>
Returns
FormatToValue(params object[])
public ListFormatter.FormattedList FormatToValue(params object[] arg0)
Parameters
Returns
GetInstance()
public static ListFormatter GetInstance()
Returns
GetInstance(ULocale)
public static ListFormatter GetInstance(ULocale arg0)
Parameters
Returns
GetInstance(ULocale, Type, Width)
public static ListFormatter GetInstance(ULocale arg0, ListFormatter.Type arg1, ListFormatter.Width arg2)
Parameters
arg0ULocalearg1ListFormatter.Typearg2ListFormatter.Width
Returns
GetInstance(Locale)
public static ListFormatter GetInstance(Locale arg0)
Parameters
Returns
GetInstance(Locale, Type, Width)
public static ListFormatter GetInstance(Locale arg0, ListFormatter.Type arg1, ListFormatter.Width arg2)
Parameters
arg0Localearg1ListFormatter.Typearg2ListFormatter.Width
Returns
GetPatternForNumItems(int)
public String GetPatternForNumItems(int arg0)