| Package | Description |
|---|---|
| org.janusgraph.graphdb.query.vertex |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexArrayList
An implementation of
VertexListInternal that stores the actual vertex references
and simply wraps an ArrayList and keeps a boolean flag to remember whether this list is in sort order. |
class |
VertexIdList
An implementation of
VertexListInternal that stores only the vertex ids
and simply wraps an List and keeps a boolean flag to remember whether this list is in sort order. |
Copyright © 2012–2024. All rights reserved.