Table of Contents

Class ListFormatter

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Format(Collection<object>)

public String Format(Collection<object> arg0)

Parameters

arg0 Collection<object>

Collection

Returns

String

String

Format(params object[])

public String Format(params object[] arg0)

Parameters

arg0 object[]

object

Returns

String

String

FormatToValue(Collection<object>)

public ListFormatter.FormattedList FormatToValue(Collection<object> arg0)

Parameters

arg0 Collection<object>

Collection

Returns

ListFormatter.FormattedList

ListFormatter.FormattedList

FormatToValue(params object[])

public ListFormatter.FormattedList FormatToValue(params object[] arg0)

Parameters

arg0 object[]

object

Returns

ListFormatter.FormattedList

ListFormatter.FormattedList

GetInstance()

public static ListFormatter GetInstance()

Returns

ListFormatter

ListFormatter

GetInstance(ULocale)

public static ListFormatter GetInstance(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

ListFormatter

ListFormatter

GetInstance(ULocale, Type, Width)

public static ListFormatter GetInstance(ULocale arg0, ListFormatter.Type arg1, ListFormatter.Width arg2)

Parameters

arg0 ULocale

ULocale

arg1 ListFormatter.Type

ListFormatter.Type

arg2 ListFormatter.Width

ListFormatter.Width

Returns

ListFormatter

ListFormatter

GetInstance(Locale)

public static ListFormatter GetInstance(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

ListFormatter

ListFormatter

GetInstance(Locale, Type, Width)

public static ListFormatter GetInstance(Locale arg0, ListFormatter.Type arg1, ListFormatter.Width arg2)

Parameters

arg0 Locale

Locale

arg1 ListFormatter.Type

ListFormatter.Type

arg2 ListFormatter.Width

ListFormatter.Width

Returns

ListFormatter

ListFormatter

GetPatternForNumItems(int)

public String GetPatternForNumItems(int arg0)

Parameters

arg0 int

int

Returns

String

String