IIndexedVertexElement

public interface IIndexedVertexElement

VertexElement with indices data.

Methods

MethodDescription
getIndices()Gets the indices data

getIndices()

public abstract List<Integer> getIndices()

Gets the indices data

Returns: java.util.List<java.lang.Integer>