Interface RawIndicesOrBuilder (2.43.0)

public interface RawIndicesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndices(int index)

public abstract int getIndices(int index)

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The indices at the given index.

getIndicesCount()

public abstract int getIndicesCount()

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Returns
Type Description
int

The count of indices.

getIndicesList()

public abstract List<Integer> getIndicesList()

The indices to remove from a lexicographically-sorted local list.

repeated int32 indices = 1;

Returns
Type Description
List<Integer>

A list containing the indices.