| Package | Description |
|---|---|
| com.thinkaurelius.titan.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 |
VertexLongList
An implementation of
VertexListInternal that stores only the vertex ids
and simply wraps an LongArrayList and keeps a boolean flag to remember whether this list is in sort order. |
Copyright © 2012–2015. All rights reserved.