Table of Contents

Class ListFormatter

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class ListFormatter : JVMBridgeBase<ListFormatter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ListFormatter>
ListFormatter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ListFormatter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ListFormatter>.IsAssignableFrom<T>()
JVMBridgeBase<ListFormatter>.Execute<T>(params T[])
JVMBridgeBase<ListFormatter>.DynBridgeClazz
JVMBridgeBase<ListFormatter>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ListFormatter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ListFormatter()

ListFormatter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ListFormatter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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