I
- Vertex idE
- Edge valuepublic interface MultiRandomAccessOutEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> extends OutEdges<I,E>
OutEdges
implementations that provide efficient
random access to the edges given the target vertex id.
This version is for multigraphs (i.e. there can be parallel edges).Modifier and Type | Method and Description |
---|---|
Iterable<E> |
getAllEdgeValues(I targetVertexId)
Return an iterable over the edge values for a given target vertex id.
|
add, initialize, initialize, initialize, remove, size
forEach, iterator, spliterator
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.