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=8.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 SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=8.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 SummaryConstructors Constructor Description CompareInfo()CompareInfo(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll 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.NetObjectEquals, Equals, GetHashCode, GetType, hashCode, toString, ToString
 - 
Methods inherited from interface system.runtime.serialization.IDeserializationCallbackOnDeserialization
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Globalization.CompareInfo- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IDeserializationCallback
- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IDeserializationCallback
- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IDeserializationCallback
- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IDeserializationCallback
- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- NetObject
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IDeserializationCallback
- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic 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
 
 - 
IsPrefixpublic 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
 - 
IsPrefixpublic boolean IsPrefix(java.lang.String source, java.lang.String prefix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
 - 
IsSortablepublic static boolean IsSortable(char ch) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
 - 
IsSortablepublic static boolean IsSortable(java.lang.String text) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
 - 
IsSortablepublic static boolean IsSortable(Rune value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException 
 - 
IsSuffixpublic 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
 - 
IsSuffixpublic boolean IsSuffix(java.lang.String source, java.lang.String suffix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
 - 
Comparepublic 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
 - 
Comparepublic 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, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
Comparepublic 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, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
Comparepublic int Compare(java.lang.String string1, int offset1, java.lang.String string2, int offset2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, FormatException
 - 
Comparepublic int Compare(java.lang.String string1, java.lang.String string2, CompareOptions options) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
 
 - 
Comparepublic int Compare(java.lang.String string1, java.lang.String string2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException- Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
 
 - 
GetHashCodepublic int GetHashCode(java.lang.String source, CompareOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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
 - 
IndexOfpublic int IndexOf(java.lang.String source, char value, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
 - 
IndexOfpublic 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
 - 
IndexOfpublic int IndexOf(java.lang.String source, char value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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, IndexOutOfRangeException
 - 
IndexOfpublic 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
 - 
IndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic int LastIndexOf(java.lang.String source, char value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
LastIndexOfpublic 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
 - 
GetCompareInfopublic static CompareInfo GetCompareInfo(int culture, Assembly assembly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, CultureNotFoundException, OutOfMemoryException, ExternalException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- FormatException
- CultureNotFoundException
- OutOfMemoryException
- ExternalException
 
 - 
GetCompareInfopublic static CompareInfo GetCompareInfo(int culture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- IndexOutOfRangeException
- RankException
- CultureNotFoundException
- ObjectDisposedException
- OutOfMemoryException
- ExternalException
 
 - 
GetCompareInfopublic static CompareInfo GetCompareInfo(java.lang.String name, Assembly assembly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException, ExternalException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- OutOfMemoryException
- CultureNotFoundException
- ExternalException
 
 - 
GetCompareInfopublic static CompareInfo GetCompareInfo(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, CultureNotFoundException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- IndexOutOfRangeException
- OutOfMemoryException
- CultureNotFoundException
 
 - 
GetSortKeypublic SortKey GetSortKey(java.lang.String source, CompareOptions options) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, IndexOutOfRangeException, PlatformNotSupportedException 
 - 
GetSortKeypublic SortKey GetSortKey(java.lang.String source) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, IndexOutOfRangeException, PlatformNotSupportedException 
 - 
getLCIDpublic int getLCID() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, CultureNotFoundException
 - 
getVersionpublic SortVersion getVersion() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, OutOfMemoryException, CultureNotFoundException 
 - 
getNamepublic java.lang.String getName() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException- Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- PlatformNotSupportedException
 
 
- 
 
-