Skip to main content

Class: OHIntDataBase

This page documents the methods and fields available in the OHIntDataBase class.

Members

SignatureDescription
OHIntDataBase(int)Creates a new instance of OHIntDataBase.
capacity()Performs the capacity operation.
decrementSize(int)Performs the decrementSize operation using the provided parameters (size).
get(int)Returns the current value.
getBytes()Returns the current bytes.
incrementSize(int)Performs the incrementSize operation using the provided parameters (size).
position(int)Performs the position operation using the provided parameters (position).
put(int)Sets or updates the the value.
put(int[])Sets or updates the the value.
resize(int)Performs the resize operation using the provided parameters (newCapacity).
resize(int, boolean)Performs the resize operation using the provided parameters (newCapacity, copyData).
set(int, int)Sets or updates the the value.
size()Performs the size operation.