Class: OHString
This page documents the methods and fields available in the OHString class.
Members
| Signature | Description |
|---|---|
OHString(OHString) | Creates a new instance of OHString. |
OHString(String) | Creates a new instance of OHString. |
OHString(char[]) | Creates a new instance of OHString. |
concat(OHString) | Performs the concat operation using the provided parameters (str). |
concat(String) | Performs the concat operation using the provided parameters (str). |
concatAtStart(OHString) | Performs the concatAtStart operation using the provided parameters (str). |
concatAtStart(String) | Performs the concatAtStart operation using the provided parameters (str). |
concatLocal(OHString) | Performs the concatLocal operation using the provided parameters (str). |
concatLocal(String) | Performs the concatLocal operation using the provided parameters (str). |
concatLocalAtStart(OHString) | Performs the concatLocalAtStart operation using the provided parameters (str). |
concatLocalAtStart(String) | Performs the concatLocalAtStart operation using the provided parameters (str). |
contains(OHString) | Performs the contains operation using the provided parameters (str). |
contains(String) | Performs the contains operation using the provided parameters (str). |
copy() | Returns a copy of this OHString instance. |
div(Object) | Performs the div operation using the provided parameters (otherObject). |
divEqual(Object) | Performs the divEqual operation using the provided parameters (otherObject). |
equals(OHString) | Compares this instance with another for equality/order. |
equals(Object) | Compares this instance with another for equality/order. |
equals(String) | Compares this instance with another for equality/order. |
equalsIgnoreCase(OHString) | Compares this instance with another for equality/order. |
equalsIgnoreCase(String) | Compares this instance with another for equality/order. |
greaterOrEqualsThan(Object) | Performs the greaterOrEqualsThan operation using the provided parameters (otherObject). |
greaterOrEqualsThan(double) | Performs the greaterOrEqualsThan operation using the provided parameters (v). |
greaterOrEqualsThan(float) | Performs the greaterOrEqualsThan operation using the provided parameters (v). |
greaterOrEqualsThan(int) | Performs the greaterOrEqualsThan operation using the provided parameters (v). |
greaterOrEqualsThan(long) | Performs the greaterOrEqualsThan operation using the provided parameters (v). |
greaterThan(Object) | Performs the greaterThan operation using the provided parameters (otherObject). |
greaterThan(double) | Performs the greaterThan operation using the provided parameters (v). |
greaterThan(float) | Performs the greaterThan operation using the provided parameters (v). |
greaterThan(int) | Performs the greaterThan operation using the provided parameters (v). |
greaterThan(long) | Performs the greaterThan operation using the provided parameters (v). |
isEmpty() | Returns whether empty is true. |
isNull(Object) | Returns whether null is true. |
length() | Performs the length operation. |
lessOrEqualsThan(Object) | Performs the lessOrEqualsThan operation using the provided parameters (otherObject). |
lessOrEqualsThan(double) | Performs the lessOrEqualsThan operation using the provided parameters (v). |
lessOrEqualsThan(float) | Performs the lessOrEqualsThan operation using the provided parameters (v). |
lessOrEqualsThan(int) | Performs the lessOrEqualsThan operation using the provided parameters (v). |
lessOrEqualsThan(long) | Performs the lessOrEqualsThan operation using the provided parameters (v). |
lessThan(Object) | Performs the lessThan operation using the provided parameters (otherObject). |
lessThan(double) | Performs the lessThan operation using the provided parameters (v). |
lessThan(float) | Performs the lessThan operation using the provided parameters (v). |
lessThan(int) | Performs the lessThan operation using the provided parameters (v). |
lessThan(long) | Performs the lessThan operation using the provided parameters (v). |
notEquals(Object) | Performs the notEquals operation using the provided parameters (otherObject). |
pointerEquals(Object) | Performs the pointerEquals operation using the provided parameters (otherObject). |
removeRemove() | Removes remove from the collection. |
replace(OHString, OHString) | Performs the replace operation using the provided parameters (str, replacement). |
replace(String, String) | Performs the replace operation using the provided parameters (str, replacement). |
replaceLocal(OHString, OHString) | Performs the replaceLocal operation using the provided parameters (str, replacement). |
replaceLocal(String, String) | Performs the replaceLocal operation using the provided parameters (str, replacement). |
set(OHString) | Sets or updates the the value. |
set(String) | Sets or updates the the value. |
set(boolean) | Sets or updates the the value. |
set(char) | Sets or updates the the value. |
set(char[], int, int) | Sets or updates the the value. |
set(double) | Sets or updates the the value. |
set(float) | Sets or updates the the value. |
set(int) | Sets or updates the the value. |
set(long) | Sets or updates the the value. |
set(short) | Sets or updates the the value. |
split(OHString) | Performs the split operation using the provided parameters (str). |
split(String) | Performs the split operation using the provided parameters (str). |
sub(Object) | Performs the sub operation using the provided parameters (otherObject). |
subEqual(Object) | Performs the subEqual operation using the provided parameters (otherObject). |
subString(int) | Performs the subString operation using the provided parameters (startIdx). |
subString(int, int) | Performs the subString operation using the provided parameters (startIdx, endIndex). |
subStringLocal(int) | Performs the subStringLocal operation using the provided parameters (startIdx). |
subStringLocal(int, int) | Performs the subStringLocal operation using the provided parameters (startIdx, endIndex). |
sum(Object) | Performs the sum operation using the provided parameters (otherObject). |
sumEqual(Object) | Performs the sumEqual operation using the provided parameters (otherObject). |
toString() | Returns the string representation. |
trim() | Performs the trim operation. |