Package ch.njol.util
Class CaseInsensitiveString
java.lang.Object
ch.njol.util.CaseInsensitiveString
- All Implemented Interfaces:
Serializable
,CharSequence
,Comparable<CharSequence>
@Deprecated(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
ConstructorDescriptionDeprecated, 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 TypeMethodDescriptionchar
charAt
(int i) Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.int
length()
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, wait
Methods 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:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
charAt
public char charAt(int i) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
charAt
in interfaceCharSequence
-
length
public int length()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
length
in interfaceCharSequence
-
subSequence
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
subSequence
in interfaceCharSequence
-
compareTo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compareTo
in interfaceComparable<CharSequence>
-
String.equalsIgnoreCase(String)