Package system.globalization
Class CompareInfo
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.globalization.CompareInfo
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDeserializationCallback
public class CompareInfo extends NetObject implements IDeserializationCallback
The base .NET class managing System.Globalization.CompareInfo, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Globalization.CompareInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.Globalization.CompareInfostatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CompareInfo()CompareInfo(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompareInfocast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCompareInfo, a cast assert is made to check if types are compatible.intCompare(java.lang.String string1, int offset1, int length1, java.lang.String string2, int offset2, int length2)intCompare(java.lang.String string1, int offset1, int length1, java.lang.String string2, int offset2, int length2, CompareOptions options)intCompare(java.lang.String string1, int offset1, java.lang.String string2, int offset2)intCompare(java.lang.String string1, int offset1, java.lang.String string2, int offset2, CompareOptions options)intCompare(java.lang.String string1, java.lang.String string2)intCompare(java.lang.String string1, java.lang.String string2, CompareOptions options)static CompareInfoGetCompareInfo(int culture)static CompareInfoGetCompareInfo(int culture, Assembly assembly)static CompareInfoGetCompareInfo(java.lang.String name)static CompareInfoGetCompareInfo(java.lang.String name, Assembly assembly)intGetHashCode(java.lang.String source, CompareOptions options)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintgetLCID()java.lang.StringgetName()SortKeyGetSortKey(java.lang.String source)SortKeyGetSortKey(java.lang.String source, CompareOptions options)SortVersiongetVersion()intIndexOf(java.lang.String source, char value)intIndexOf(java.lang.String source, char value, int startIndex)intIndexOf(java.lang.String source, char value, int startIndex, int count)intIndexOf(java.lang.String source, char value, int startIndex, int count, CompareOptions options)intIndexOf(java.lang.String source, char value, int startIndex, CompareOptions options)intIndexOf(java.lang.String source, char value, CompareOptions options)intIndexOf(java.lang.String source, java.lang.String value)intIndexOf(java.lang.String source, java.lang.String value, int startIndex)intIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count)intIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count, CompareOptions options)intIndexOf(java.lang.String source, java.lang.String value, int startIndex, CompareOptions options)intIndexOf(java.lang.String source, java.lang.String value, CompareOptions options)booleanIsPrefix(java.lang.String source, java.lang.String prefix)booleanIsPrefix(java.lang.String source, java.lang.String prefix, CompareOptions options)static booleanIsSortable(char ch)static booleanIsSortable(java.lang.String text)static booleanIsSortable(Rune value)booleanIsSuffix(java.lang.String source, java.lang.String suffix)booleanIsSuffix(java.lang.String source, java.lang.String suffix, CompareOptions options)intLastIndexOf(java.lang.String source, char value)intLastIndexOf(java.lang.String source, char value, int startIndex)intLastIndexOf(java.lang.String source, char value, int startIndex, int count)intLastIndexOf(java.lang.String source, char value, int startIndex, int count, CompareOptions options)intLastIndexOf(java.lang.String source, char value, int startIndex, CompareOptions options)intLastIndexOf(java.lang.String source, char value, CompareOptions options)intLastIndexOf(java.lang.String source, java.lang.String value)intLastIndexOf(java.lang.String source, java.lang.String value, int startIndex)intLastIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count)intLastIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count, CompareOptions options)intLastIndexOf(java.lang.String source, java.lang.String value, int startIndex, CompareOptions options)intLastIndexOf(java.lang.String source, java.lang.String value, CompareOptions options)voidsetJCOInstance(JCObject instance)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.IDeserializationCallback
OnDeserialization
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Globalization.CompareInfo- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDeserializationCallback- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDeserializationCallback- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDeserializationCallback- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDeserializationCallback- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDeserializationCallback- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CompareInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCompareInfo, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CompareInfoinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsPrefix
public boolean IsPrefix(java.lang.String source, java.lang.String prefix, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IsPrefix
public boolean IsPrefix(java.lang.String source, java.lang.String prefix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
IsSortable
public static boolean IsSortable(char ch) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
IsSortable
public static boolean IsSortable(java.lang.String text) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
IsSortable
public static boolean IsSortable(Rune value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IsSuffix
public boolean IsSuffix(java.lang.String source, java.lang.String suffix, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IsSuffix
public boolean IsSuffix(java.lang.String source, java.lang.String suffix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
Compare
public int Compare(java.lang.String string1, int offset1, int length1, java.lang.String string2, int offset2, int length2, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Compare
public int Compare(java.lang.String string1, int offset1, int length1, java.lang.String string2, int offset2, int length2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Compare
public int Compare(java.lang.String string1, int offset1, java.lang.String string2, int offset2, CompareOptions options) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Compare
public int Compare(java.lang.String string1, int offset1, java.lang.String string2, int offset2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Compare
public int Compare(java.lang.String string1, java.lang.String string2, CompareOptions options) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Compare
public int Compare(java.lang.String string1, java.lang.String string2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
GetHashCode
public int GetHashCode(java.lang.String source, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, char value, int startIndex, int count, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, char value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, char value, int startIndex, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, char value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, char value, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, char value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value, int startIndex, int count, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value, int startIndex, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
IndexOf
public int IndexOf(java.lang.String source, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value, int startIndex, int count, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value, int startIndex, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, char value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value, int startIndex, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, UnreachableException
-
LastIndexOf
public int LastIndexOf(java.lang.String source, java.lang.String value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
-
GetCompareInfo
public static CompareInfo GetCompareInfo(int culture, Assembly assembly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, NullReferenceException, CultureNotFoundException, OutOfMemoryException, ExternalException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionNullReferenceExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalException
-
GetCompareInfo
public static CompareInfo GetCompareInfo(int culture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException, NullReferenceException, OutOfMemoryException, ExternalException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionCultureNotFoundExceptionObjectDisposedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalException
-
GetCompareInfo
public static CompareInfo GetCompareInfo(java.lang.String name, Assembly assembly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, CultureNotFoundException, ExternalException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionExternalException
-
GetCompareInfo
public static CompareInfo GetCompareInfo(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundException
-
GetSortKey
public SortKey GetSortKey(java.lang.String source, CompareOptions options) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, IndexOutOfRangeException, PlatformNotSupportedException
-
GetSortKey
public SortKey GetSortKey(java.lang.String source) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, IndexOutOfRangeException, PlatformNotSupportedException
-
getLCID
public int getLCID() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNullReferenceExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundException
-
getVersion
public SortVersion getVersion() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, InvalidOperationException, OutOfMemoryException, CultureNotFoundException
-
getName
public java.lang.String getName() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
-