I
- Vertex idE
- Edge valuepublic interface MutableOutEdges<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> extends OutEdges<I,E>
OutEdges
implementations that have an optimized
mutable edge iterator.Modifier and Type | Method and Description |
---|---|
Iterator<MutableEdge<I,E>> |
mutableIterator()
Returns an iterator over edges that can be modified in-place,
either by changing the current edge value or by removing the current edge.
|
add, initialize, initialize, initialize, remove, size
forEach, iterator, spliterator
Iterator<MutableEdge<I,E>> mutableIterator()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.