public interface VertexListInternal extends VertexList
VertexList interface by provided methods to add elements to the list
which is needed during query execution when the result list is created.| Modifier and Type | Method and Description |
|---|---|
void |
add(TitanVertex n)
Adds the provided vertex to this list.
|
void |
addAll(VertexList vertices)
Copies all vertices in the given vertex list into this list.
|
get, getID, getIDs, isSorted, size, sort, subListforEach, iterator, spliteratorvoid add(TitanVertex n)
n - void addAll(VertexList vertices)
vertices - Copyright © 2012–2015. All rights reserved.