Skip to main content

OHIntDataBase

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

Package: JAVARuntime

Category: Buffers

Component: no


public class OHIntDataBase

Constructors

SignatureDescription
OHIntDataBase(OHIntDataBase)Executes OHIntDataBase and returns after the underlying engine call finishes.
OHIntDataBase(Engine)Executes OHIntDataBase and returns after the underlying engine call finishes.
OHIntDataBase(int)Creates a new instance of OHIntDataBase.

Attributes

NameTypeDescription
bufferOHIntDataBaseRepresents the buffer value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
incrementSize(int)voidPerforms the incrementSize operation using the provided parameters (size).
decrementSize(int)voidPerforms the decrementSize operation using the provided parameters (size).
resize(int)voidPerforms the resize operation using the provided parameters (newCapacity).
resize(int, boolean)voidPerforms the resize operation using the provided parameters (newCapacity, copyData).
position(int)voidPerforms the position operation using the provided parameters (position).
put(int[])voidSets or updates the the value.
put(int)voidSets or updates the the value.
set(int, int)voidSets or updates the the value.
get(int)intReturns the current value.
getBytes()int[]Returns the current bytes.
size()intExecutes size and returns after the underlying engine call finishes.
capacity()intExecutes capacity and returns after the underlying engine call finishes.