Skip to main content

OHString

Complete API reference for OHString, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Buffers

Component: no


public class OHString

Constructors

SignatureDescription
OHString(OHString)Creates a new instance of OHString.
OHString()Executes OHString and returns after the underlying engine call finishes.
OHString(String)Creates a new instance of OHString.
OHString(char[])Creates a new instance of OHString.
OHString(OHString)Creates a new instance of OHString.

Attributes

NameTypeDescription
ohStringOHStringRepresents the ohString value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
set(String)voidSets or updates the the value.
set(OHString)voidSets or updates the the value.
set(float)voidSets or updates the the value.
set(int)voidSets or updates the the value.
set(boolean)voidSets or updates the the value.
set(double)voidSets or updates the the value.
set(long)voidSets or updates the the value.
set(short)voidSets or updates the the value.
set(char)voidSets or updates the the value.
set(char[], int, int)voidSets or updates the the value.
concatLocal(String)voidPerforms the concatLocal operation using the provided parameters (str).
concatLocal(OHString)voidPerforms the concatLocal operation using the provided parameters (str).
concatLocalAtStart(String)voidPerforms the concatLocalAtStart operation using the provided parameters (str).
concatLocalAtStart(OHString)voidPerforms the concatLocalAtStart operation using the provided parameters (str).
concat(String)OHStringPerforms the concat operation using the provided parameters (str).
concat(OHString)OHStringPerforms the concat operation using the provided parameters (str).
concatAtStart(String)OHStringPerforms the concatAtStart operation using the provided parameters (str).
concatAtStart(OHString)OHStringPerforms the concatAtStart operation using the provided parameters (str).
subString(int)OHStringPerforms the subString operation using the provided parameters (startIdx).
subString(int, int)OHStringPerforms the subString operation using the provided parameters (startIdx, endIndex).
subStringLocal(int)voidPerforms the subStringLocal operation using the provided parameters (startIdx).
subStringLocal(int, int)voidPerforms the subStringLocal operation using the provided parameters (startIdx, endIndex).
trim()OHStringExecutes trim and returns after the underlying engine call finishes.
equals(String)booleanCompares this instance with another for equality/order.
equals(OHString)booleanCompares this instance with another for equality/order.
equalsIgnoreCase(String)booleanCompares this instance with another for equality/order.
equalsIgnoreCase(OHString)booleanCompares this instance with another for equality/order.
contains(String)booleanPerforms the contains operation using the provided parameters (str).
contains(OHString)booleanPerforms the contains operation using the provided parameters (str).
split(String)OHString[]Performs the split operation using the provided parameters (str).
split(OHString)OHString[]Performs the split operation using the provided parameters (str).
replace(String, String)OHStringPerforms the replace operation using the provided parameters (str, replacement).
replace(OHString, OHString)OHStringPerforms the replace operation using the provided parameters (str, replacement).
replaceLocal(String, String)voidPerforms the replaceLocal operation using the provided parameters (str, replacement).
replaceLocal(OHString, OHString)voidPerforms the replaceLocal operation using the provided parameters (str, replacement).
isEmpty()booleanReturns whether empty is true.
length()intExecutes length and returns after the underlying engine call finishes.
toString()StringReturns the string representation.
copy()OHStringReturns a copy of this OHString instance.
equals(Object)booleanCompares this instance with another for equality/order.
pointerEquals(Object)booleanPerforms the pointerEquals operation using the provided parameters (otherObject).
notEquals(Object)booleanPerforms the notEquals operation using the provided parameters (otherObject).
greaterThan(Object)booleanPerforms the greaterThan operation using the provided parameters (otherObject).
greaterThan(float)booleanPerforms the greaterThan operation using the provided parameters (v).
greaterThan(int)booleanPerforms the greaterThan operation using the provided parameters (v).
greaterThan(long)booleanPerforms the greaterThan operation using the provided parameters (v).
greaterThan(double)booleanPerforms the greaterThan operation using the provided parameters (v).
greaterOrEqualsThan(Object)booleanPerforms the greaterOrEqualsThan operation using the provided parameters (otherObject).
greaterOrEqualsThan(float)booleanPerforms the greaterOrEqualsThan operation using the provided parameters (v).
greaterOrEqualsThan(int)booleanPerforms the greaterOrEqualsThan operation using the provided parameters (v).
greaterOrEqualsThan(long)booleanPerforms the greaterOrEqualsThan operation using the provided parameters (v).
greaterOrEqualsThan(double)booleanPerforms the greaterOrEqualsThan operation using the provided parameters (v).
lessThan(Object)booleanPerforms the lessThan operation using the provided parameters (otherObject).
lessThan(float)booleanPerforms the lessThan operation using the provided parameters (v).
lessThan(int)booleanPerforms the lessThan operation using the provided parameters (v).
lessThan(long)booleanPerforms the lessThan operation using the provided parameters (v).
lessThan(double)booleanPerforms the lessThan operation using the provided parameters (v).
lessOrEqualsThan(Object)booleanPerforms the lessOrEqualsThan operation using the provided parameters (otherObject).
lessOrEqualsThan(float)booleanPerforms the lessOrEqualsThan operation using the provided parameters (v).
lessOrEqualsThan(int)booleanPerforms the lessOrEqualsThan operation using the provided parameters (v).
lessOrEqualsThan(long)booleanPerforms the lessOrEqualsThan operation using the provided parameters (v).
lessOrEqualsThan(double)booleanPerforms the lessOrEqualsThan operation using the provided parameters (v).
sum(Object)TPerforms the sum operation using the provided parameters (otherObject).
sumEqual(Object)voidPerforms the sumEqual operation using the provided parameters (otherObject).
div(Object)TPerforms the div operation using the provided parameters (otherObject).
divEqual(Object)voidPerforms the divEqual operation using the provided parameters (otherObject).
sub(Object)TPerforms the sub operation using the provided parameters (otherObject).
subEqual(Object)voidPerforms the subEqual operation using the provided parameters (otherObject).
removeRemove()voidRemoves remove from the collection.

Static Methods

SignatureReturnsDescription
isNull(Object)booleanReturns whether null is true.