Package ch.njol.util
Class CaseInsensitiveString
java.lang.Object
ch.njol.util.CaseInsensitiveString
- All Implemented Interfaces:
Serializable,CharSequence,Comparable<CharSequence>
@Deprecated(since="2.10.0",
forRemoval=true)
public class CaseInsensitiveString
extends Object
implements Serializable, Comparable<CharSequence>, CharSequence
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.CaseInsensitiveString(String s, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int i) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.intlength()Deprecated, for removal: This API element is subject to removal in a future version.subSequence(int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
CaseInsensitiveString
Deprecated, for removal: This API element is subject to removal in a future version. -
CaseInsensitiveString
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
charAt
public char charAt(int i) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
charAtin interfaceCharSequence
-
length
public int length()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
lengthin interfaceCharSequence
-
subSequence
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
subSequencein interfaceCharSequence
-
compareTo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compareToin interfaceComparable<CharSequence>
-
String.equalsIgnoreCase(String)instead.