IBucketElementFreeList.getNext

Obtains the next object of object. object is never null but the next object may be.

class IBucketElementFreeList
protected abstract
void*
getNext
(
void* object
)

Parameters

object void*

object of which to obtain the next object (is never null)

Return Value

Type: void*

the next object (which may be null).

Meta