Package it.unimi.dsi.webgraph.labelling
Interface ArcLabelledNodeIterator.LabelledArcIterator
- All Superinterfaces:
LazyIntIterator
- All Known Implementing Classes:
BitStreamArcLabelledImmutableGraph.BitStreamLabelledArcIterator
- Enclosing class:
- ArcLabelledNodeIterator
public static interface ArcLabelledNodeIterator.LabelledArcIterator extends LazyIntIterator
-
Method Summary
Methods inherited from interface it.unimi.dsi.webgraph.LazyIntIterator
nextInt, skip
-
Method Details
-
label
Label label()The label of arc leading to the last returned successor.- Returns:
- the label of arc leading to the last returned successor.
-