Interface RawIndicesOrBuilder (2.35.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<Integer>

A list containing the indices.